diff options
author | Guilhem Bichot <guilhem@mysql.com> | 2009-07-29 16:58:31 +0200 |
---|---|---|
committer | Guilhem Bichot <guilhem@mysql.com> | 2009-07-29 16:58:31 +0200 |
commit | 79283b61caff701259525370f7d74cbd538a44ad (patch) | |
tree | 8eac8b22e4a76b36ad4bca1dfe3a006e4cbb3553 /sql/sql_show.cc | |
parent | a58b887c17c696c6e67adf0714254c57371d9cc2 (diff) | |
download | mariadb-git-79283b61caff701259525370f7d74cbd538a44ad.tar.gz |
removing unused array (compiler warning)
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 83a21f45f86..ae75609e2b6 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -74,9 +74,6 @@ static TYPELIB grant_types = { sizeof(grant_names)/sizeof(char **), grant_names, NULL}; #endif -/* Match the values of enum ha_choice */ -static const char *ha_choice_values[] = {"", "0", "1"}; - static void store_key_options(THD *thd, String *packet, TABLE *table, KEY *key_info); |