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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -