Skip to content
Frédéric Descamps edited this page Oct 21, 2021 · 1 revision

locks

NAME
      locks - Locks information utilities.

DESCRIPTION
      A collection of methods to deal with MySQL Locks.

FUNCTIONS
      getAllLocks([limit][, session])
            Prints the locks held by threads.

      getLocks([limit][, session])
            Prints the locks held by threads.

      help([member])
            Provides help about this object and it's members

Methods:

getAllLocks

Prints the locks held by threads.

Selection_087

getLocks

Print the lock information for a thread

Selection_999(1191)

see https://lefred.be/content/mysql-lock-information-in-mysql-shell/

Clone this wiki locally