You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL provides SELECT ... FOR UPDATE, a locking read. It would be nice for Node apps to access this through node-persist rather than a raw SQL command.
MySQL provides
SELECT ... FOR UPDATE
, a locking read. It would be nice for Node apps to access this through node-persist rather than a raw SQL command.http://dev.mysql.com/doc/refman/5.0/en/innodb-locking-reads.html
The text was updated successfully, but these errors were encountered: