mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02: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:
parent
420a6393eb
commit
d8817c63c1
3 changed files with 0 additions and 5 deletions
|
|
@ -8150,7 +8150,6 @@ static void create_pid_file()
|
|||
/*****************************************************************************
|
||||
Instantiate have_xyx for missing storage engines
|
||||
*****************************************************************************/
|
||||
#undef have_isam
|
||||
#undef have_berkeley_db
|
||||
#undef have_innodb
|
||||
#undef have_ndbcluster
|
||||
|
|
@ -8163,7 +8162,6 @@ static void create_pid_file()
|
|||
|
||||
SHOW_COMP_OPTION have_berkeley_db= SHOW_OPTION_NO;
|
||||
SHOW_COMP_OPTION have_innodb= SHOW_OPTION_NO;
|
||||
SHOW_COMP_OPTION have_isam= SHOW_OPTION_NO;
|
||||
SHOW_COMP_OPTION have_ndbcluster= SHOW_OPTION_NO;
|
||||
SHOW_COMP_OPTION have_example_db= SHOW_OPTION_NO;
|
||||
SHOW_COMP_OPTION have_archive_db= SHOW_OPTION_NO;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue