mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02:00
removing unused array (compiler warning)
This commit is contained in:
parent
b1073fb7a7
commit
ba9aeb90e0
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue