SELECT LOCK IN SHARE MODE and SELECT FOR UPDATE
Baron wrote a nice article comparing locking hints in MySQL and SQL Server.
In MySQL/Innodb SELECT LOCK IN SHARE MODE and SELECT FOR UPDATE are more than hints. The behavior will be different from normal SELECT statements. Here is a simple example:
(more…)