summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index daeb11dde96..cf9a0a9a9b4 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -9104,7 +9104,7 @@ ST_FIELD_INFO stat_fields_info[]=
Column("COMMENT", Varchar(16), NULLABLE, "Comment", OPEN_FRM_ONLY),
Column("INDEX_COMMENT", Varchar(INDEX_COMMENT_MAXLEN),
NOT_NULL, "Index_comment",OPEN_FRM_ONLY),
- Column("IGNORE", Varchar(3), NOT_NULL, "Ignore", OPEN_FRM_ONLY),
+ Column("IGNORED", Varchar(3), NOT_NULL, "Ignored", OPEN_FRM_ONLY),
CEnd()
};