2015-12-28 02:50:25 +01:00
|
|
|
Table locks
|
|
|
|
===========
|
|
|
|
|
2017-06-06 19:25:28 +02:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
|---------|------------------|------------------|------|-----|---------------------|----------------|
|
|
|
|
| id | sequential ID | int(11) | NO | PRI | NULL | auto_increment |
|
|
|
|
| name | | varchar(128) | NO | | | |
|
|
|
|
| locked | | tinyint(1) | NO | | 0 | |
|
2017-06-06 19:41:01 +02:00
|
|
|
| pid | Process ID | int(10) unsigned | NO | | 0 | |
|
2015-12-28 02:50:25 +01:00
|
|
|
|
|
|
|
Return to [database documentation](help/database)
|