zgkhoo Posted December 20, 2007 Share Posted December 20, 2007 $result=mysql_query("SELECT Serial from gamecard ORDER BY Serial DESC LIMIT 1 LOCK IN SHARE MODE"); this is row lock or table lock?? Link to comment https://forums.phpfreaks.com/topic/82502-innodb-row-lock-or-table-lock/ Share on other sites More sharing options...
fenway Posted December 20, 2007 Share Posted December 20, 2007 I assume you mean InnoDB... which doesn't do table locks. Link to comment https://forums.phpfreaks.com/topic/82502-innodb-row-lock-or-table-lock/#findComment-419686 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.