W3cubDocs

/MariaDB

Information Schema INNODB_SYS_SEMAPHORE_WAITS Table

MariaDB starting with 10.1.3

The Information Schema INNODB_SYS_SEMAPHORE_WAITS table contains information about current semaphore waits.

The PROCESS privilege is required to view the table.

It contains the following columns:

Column Description
THREAD_ID
OBJECT_NAME
FILE
LINE
WAIT_TIME
WAIT_OBJECT
WAIT_TYPE
HOLDER_THREAD_ID
HOLDER_FILE
HOLDER_LINE
CREATED_FILE
CREATED_LINE
WRITER_THREAD
RESERVATION_MODE
READERS
WAITERS_FLAG
LOCK_WORD
LAST_READER_FILE
LAST_READER_LINE
LAST_WRITER_FILE
LAST_WRITER_LINE
OS_WAIT_COUNT
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.

© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/information-schema-innodb_sys_semaphore_waits-table/