Note
This view is available starting with V1.4.
Purpose
Together with the mysql.help_relation, mysql.help_topic, and mysql.help_keyword tables, this view generates help commands.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| help_category_id | bigint(20) | NO | The ID of the category. |
| name | varchar(64) | NO | The name of the category. |
| parent_category_id | bigint(20) | YES | The ID of the parent category. |
| url | varchar(65535) | NO | The URL. |
