diff --git a/doc/database/db_test-full-text-search.md b/doc/database/db_check-full-text-search.md similarity index 87% rename from doc/database/db_test-full-text-search.md rename to doc/database/db_check-full-text-search.md index e9bdbec35..dc21d1492 100644 --- a/doc/database/db_test-full-text-search.md +++ b/doc/database/db_check-full-text-search.md @@ -8,7 +8,7 @@ Fields | Field | Description | Type | Null | Key | Default | Extra | | ---------- | ---------------------------------------- | ------------ | ---- | --- | ------- | ----- | -| pid | Process id of the worker | int unsigned | NO | | 0 | | +| pid | The ID of the process | int unsigned | NO | PRI | NULL | | | searchtext | Simplified text for the full text search | mediumtext | YES | | NULL | | Indexes