mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
unused variable removed
This commit is contained in:
parent
896e2747b7
commit
d9be7505ea
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
TABLE *unused_tables; /* Used by mysql_test */
|
TABLE *unused_tables; /* Used by mysql_test */
|
||||||
HASH open_cache; /* Used by mysql_test */
|
HASH open_cache; /* Used by mysql_test */
|
||||||
HASH assign_cache;
|
|
||||||
|
|
||||||
static int open_unireg_entry(THD *thd, TABLE *entry, const char *db,
|
static int open_unireg_entry(THD *thd, TABLE *entry, const char *db,
|
||||||
const char *name, const char *alias,
|
const char *name, const char *alias,
|
||||||
|
|
Loading…
Reference in a new issue