Hi
Is it possible to handle a locking system with a myisam DB? Any suggestion / example?
(The 'Lockmode' properties of the components refers only to innodb?)
Thanks!
Myisam Locking
-
andrea.m86
- Posts: 25
- Joined: Thu 26 May 2011 10:36
-
AndreyZ
Hello,
The point is that MyISAM doesn't support row-level locking, it supports only table-level locking. You can find more information about it here: http://dev.mysql.com/doc/refman/5.0/en/ ... cking.html
The point is that MyISAM doesn't support row-level locking, it supports only table-level locking. You can find more information about it here: http://dev.mysql.com/doc/refman/5.0/en/ ... cking.html