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

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -