On 6/28/05, Vincenzo Gianferrari Pini
<[EMAIL PROTECTED]> wrote:
> It means that MyISAM works like having transactions containing a single
> update statement, offering row-level locking one at a time and being
> able to recover from crashes (in the worst case using myisamchk).

MyISAM does not support row-level locking and InnoDB does, so unless
I'm mistaken... With MyISAM while one thread is inserting or updating
a message, it has a table-level lock that prevents other threads from
reading messages.

-- 
Serge Knystautas
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to