diff options
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 5594b98db27..74d094a5dbb 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -2481,7 +2481,7 @@ static void store_key_options(THD *thd, String *packet, TABLE *table, } if (key_info->is_ignored) - packet->append(STRING_WITH_LEN(" IGNORE")); + packet->append(STRING_WITH_LEN(" IGNORED")); } } |