2021-06-13 22:33:50 +02:00
|
|
|
Table worker-ipc
|
|
|
|
===========
|
2021-06-14 08:10:11 +02:00
|
|
|
|
2021-06-13 22:33:50 +02:00
|
|
|
Inter process communication between the frontend and the worker
|
|
|
|
|
2021-06-14 10:53:37 +02:00
|
|
|
Fields
|
|
|
|
------
|
|
|
|
|
2021-06-14 08:10:11 +02:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| ----- | ------------------------- | ------- | ---- | --- | ------- | ----- |
|
|
|
|
| key | | int | NO | PRI | NULL | |
|
|
|
|
| jobs | Flag for outstanding jobs | boolean | YES | | NULL | |
|
2021-06-13 22:33:50 +02:00
|
|
|
|
2021-06-14 10:53:37 +02:00
|
|
|
Indexes
|
|
|
|
------------
|
|
|
|
|
2021-06-14 14:15:10 +02:00
|
|
|
| Name | Fields |
|
|
|
|
| ------- | ------ |
|
|
|
|
| PRIMARY | key |
|
2021-06-14 10:53:37 +02:00
|
|
|
|
|
|
|
|
2021-06-13 22:33:50 +02:00
|
|
|
Return to [database documentation](help/database)
|