X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_worker-ipc.md;h=1635981d703e04ccb0f455e6555bbbce08c40a49;hb=a275f0a719c605e358334833a3a9d49a310f2389;hp=2da8021e44bd03b9e1f8ee12b641f0ba333e3fc3;hpb=a827f948c867ceebf60d82b0740032512be23302;p=friendica.git diff --git a/doc/database/db_worker-ipc.md b/doc/database/db_worker-ipc.md index 2da8021e44..1635981d70 100644 --- a/doc/database/db_worker-ipc.md +++ b/doc/database/db_worker-ipc.md @@ -1,10 +1,22 @@ Table worker-ipc =========== + Inter process communication between the frontend and the worker -| Field | Description | Type | Null | Key | Default | Extra | -| ----- | ----------- | ---- | ---- | --- | ------- | ----- | -| key | | int | NO | PRI | NULL | | -| jobs | Flag for outstanding jobs | boolean | YES | | NULL | | +Fields +------ + +| Field | Description | Type | Null | Key | Default | Extra | +| ----- | ------------------------- | ------- | ---- | --- | ------- | ----- | +| key | | int | NO | PRI | NULL | | +| jobs | Flag for outstanding jobs | boolean | YES | | NULL | | + +Indexes +------------ + +| Name | Fields | +| ------- | ------ | +| PRIMARY | key | + Return to [database documentation](help/database)