mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Removing unused variable (old have_isam).
sql/mysql_priv.h: Removing isam option sql/mysqld.cc: Removing isam option sql/set_var.cc: Removing isam option.
This commit is contained in:
@ -1431,7 +1431,6 @@ extern handlerton myisam_hton;
|
||||
extern handlerton myisammrg_hton;
|
||||
extern handlerton heap_hton;
|
||||
|
||||
extern SHOW_COMP_OPTION have_isam;
|
||||
extern SHOW_COMP_OPTION have_row_based_replication;
|
||||
extern SHOW_COMP_OPTION have_raid, have_openssl, have_symlink;
|
||||
extern SHOW_COMP_OPTION have_query_cache;
|
||||
|
Reference in New Issue
Block a user