summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_status_by_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_status_by_host.cc')
-rw-r--r--storage/perfschema/table_status_by_host.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/perfschema/table_status_by_host.cc b/storage/perfschema/table_status_by_host.cc
index cd41fcaa469..756414ff06a 100644
--- a/storage/perfschema/table_status_by_host.cc
+++ b/storage/perfschema/table_status_by_host.cc
@@ -48,9 +48,9 @@ table_status_by_host::m_share=
sizeof(pos_t),
&m_table_lock,
{ C_STRING_WITH_LEN("CREATE TABLE status_by_host("
- "HOST CHAR(60) collate utf8_bin default null,"
- "VARIABLE_NAME VARCHAR(64) not null,"
- "VARIABLE_VALUE VARCHAR(1024))") },
+ "HOST CHAR(60) collate utf8_bin default null comment 'Host for which the status variable is reported.',"
+ "VARIABLE_NAME VARCHAR(64) not null comment 'Status variable name.',"
+ "VARIABLE_VALUE VARCHAR(1024) comment 'Aggregated status variable value.' )") },
false /* perpetual */
};