mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
removing unused array (compiler warning)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user