[Gllug] mysql binary logs

Martin A. Brooks martin at hinterlands.org
Mon Jun 13 22:35:30 UTC 2005


Russell Howe wrote:
> Or rather, surely if you can select into temporary tables, you could
> implement subselects fairly trivially (if not perhaps particularly
> efficiently)?

I see what you're saying, and you _are_ right.  There's not much 
difference between (a) and (a(b)) when (a) is your temporary table and 
(b) is a select on (a).  Welcome to MySQL where transactions are not 
something most people need and just slow things down.

Interestingly MySQL implemented transactions in _exactly_ the same way I 
did. i.e. they used a different database.

-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list