In a query like:

SELECT * from log_data where log_data.id = other_table.id;

Will the database lock both the log_data and assets tables, or just the
log_data table?  More generally, are locks applied to any table related
to the query, or just data being selected?

Thanks, 
Eric Mayers

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to