# Information Schema ROCKSDB\_DEADLOCK Table

The [Information Schema](https://mariadb.com/docs/server/reference/system-tables/information-schema) `ROCKSDB_DEADLOCK` table is included as part of the [MyRocks](https://mariadb.com/docs/server/server-usage/storage-engines/myrocks) storage engine.

The `PROCESS` [privilege](https://mariadb.com/docs/server/reference/sql-statements/account-management-sql-statements/grant) is required to view the table.

It contains the following columns:

| Column          | Description |
| --------------- | ----------- |
| DEADLOCK\_ID    |             |
| TIMESTAMP       |             |
| TRANSACTION\_ID |             |
| CF\_NAME        |             |
| WAITING\_KEY    |             |
| LOCK\_TYPE      |             |
| INDEX\_NAME     |             |
| TABLE\_NAME     |             |
| ROLLED\_BACK    |             |

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}
