> Can I just check, does MySql v.3.23.52 do table locking or row locking?
If
> it only does table locking, are there any versions of mysql that do row
> locking?

Always Read The Fine Manual:

>From http://www.mysql.com/doc/en/Locking_methods.html:
"Currently MySQL only supports table locking for ISAM/MyISAM and HEAP
tables, page-level locking for BDB tables and row-level locking for InnoDB
tables."

      Alec



---------------------------------------------------------------------
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