Feature
mysql.help_relation is used to generate the HELP command in coordination with the following three tables: mysql.help_category, mysql.help_topic, and mysql.help_keyword.
Related tables/views
mysql.help_category
mysql.help_topic
mysql.help_keyword
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| help_topic_id | bigint(20) | NO | The topic ID. |
| help_keyword_id | bigint(20) | NO | The keyword ID. |