Skip to content

Commit 5d3f63b

Browse files
mariadb-stefan-hinzgitbook-bot
authored andcommitted
GITBOOK-1642: Small fixes.
1 parent ffb2b91 commit 5d3f63b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-metadata_locks-table.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,62 +30,52 @@ The table contains the following columns:
3030
* Null: No
3131
* Default: `NULL`
3232
* Description: Object type. One of `BACKUP`, `COMMIT`, `EVENT`, `FUNCTION`, `GLOBAL`, `LOCKING SERVICE`, `PROCEDURE`, `SCHEMA`, `TABLE`, `TABLESPACE`, `TRIGGER` (unused) or `USER LEVEL LOCK`.
33-
3433
* `OBJECT_SCHEMA`
3534
* `VARCHAR(64)`
3635
* Null: Yes
3736
* Default: `NULL`
3837
* Description: Object schema.
39-
4038
* `OBJECT_NAME`
4139
* `VARCHAR(64)`
4240
* Null: Yes
4341
* Default: `NULL`
4442
* Description: Object name.
45-
4643
* `OBJECT_INSTANCE_BEGIN`
4744
* `BIGINT(20) UNSIGNED`
4845
* Null: No
4946
* Default: `NULL`
5047
* Description: Address in memory of the instrumented object.
51-
5248
* `LOCK_TYPE`
5349
* `VARCHAR(32)`
5450
* Null: No
5551
* Default: `NULL`
5652
* Description: Lock type. One of `BACKUP_FTWRL1`, `BACKUP_START`, `BACKUP_TRANS_DML`, `EXCLUSIVE`, `INTENTION_EXCLUSIVE`, `SHARED`, `SHARED_HIGH_PRIO`, `SHARED_NO_READ_WRITE`, `SHARED_NO_WRITE`, `SHARED_READ`, `SHARED_UPGRADABLE`, or `SHARED_WRITE`.
57-
5853
* `LOCK_DURATION`
5954
* `VARCHAR(32)`
6055
* Null: No
6156
* Default: `NULL`
6257
* Description: Lock duration. One of `EXPLICIT` (locks released by explicit action, for example a global lock acquired with `FLUSH TABLES WITH READ LOCK`) , `STATEMENT` (locks implicitly released at statement end), or `TRANSACTION` (locks implicitly released at transaction end).
63-
6458
* `LOCK_STATUS`
6559
* `VARCHAR(32)`
6660
* Null: No
6761
* Default: `NULL`
6862
* Description: Lock status. One of `GRANTED`, `KILLED`, `PENDING`, `POST_RELEASE_NOTIFY`, `PRE_ACQUIRE_NOTIFY`, `TIMEOUT`, or `VICTIM`.
69-
7063
* `SOURCE`
7164
* `VARCHAR(64)`
7265
* Null: Yes
7366
* Default: `NULL`
7467
* Description: Source file containing the instrumented code that produced the event, as well as the line number where the instrumentation occurred. This allows one to examine the source code involved.
75-
7668
* `OWNER_THREAD_ID`
77-
* `BIGINT(20)`
69+
* `BIGINT(20) UNSIGNED` 
7870
* Null: Yes
7971
* Default: `NULL`
8072
* Description: Thread that requested the lock.
81-
8273
* `OWNER_EVENT_ID`
83-
* `BIGINT(20)`
74+
* `BIGINT(20) UNSIGNED` 
8475
* Null: Yes
8576
* Default: `NULL`
8677
* Description: Event that requested the lock.
8778

88-
8979
<sub>_This page is licensed: CC BY-SA / Gnu FDL_</sub>
9080

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

0 commit comments

Comments
 (0)