X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_process.md;h=c0eb75f2974b61ac932f9c26c6fb547284837a3e;hb=7676aa790867d9d37f0996483140f505408fd665;hp=062e6ff22cc364a10ab0064b9cdb2fb93d334cf4;hpb=7106106f11ca1212351e785c6bd4c1f8e343d82c;p=friendica.git diff --git a/doc/database/db_process.md b/doc/database/db_process.md index 062e6ff22c..c0eb75f297 100644 --- a/doc/database/db_process.md +++ b/doc/database/db_process.md @@ -6,19 +6,20 @@ Currently running system processes Fields ------ -| Field | Description | Type | Null | Key | Default | Extra | -| ------- | ----------- | ------------- | ---- | --- | ------------------- | ----- | -| pid | | int unsigned | NO | PRI | NULL | | -| command | | varbinary(32) | NO | | | | -| created | | datetime | NO | | 0001-01-01 00:00:00 | | +| Field | Description | Type | Null | Key | Default | Extra | +| -------- | ------------------------------------------ | ------------- | ---- | --- | ------------------- | ----- | +| pid | The ID of the process | int unsigned | NO | PRI | NULL | | +| hostname | The name of the host the process is ran on | varchar(32) | NO | PRI | NULL | | +| command | | varbinary(32) | NO | | | | +| created | | datetime | NO | | 0001-01-01 00:00:00 | | Indexes ------------ -| Name | Fields | -| ------- | ------- | -| PRIMARY | pid | -| command | command | +| Name | Fields | +| ------- | ------------- | +| PRIMARY | pid, hostname | +| command | command | Return to [database documentation](help/database)