mysql - Show all current locks from get_lock -
is there way select / show current locks have been taken out using get_lock
function?
note get_lock
locks different table locks, acquired lock tables
- readers want know how see those locks should read detecting locked tables (locked lock table)
starting mysql 5.7, performance schema exposes metadata locks, including locks related get_lock()
function.
see http://dev.mysql.com/doc/refman/5.7/en/metadata-locks-table.html
Comments
Post a Comment