1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-17709 Remove handlerton::state

This commit is contained in:
Robert Bindar
2019-04-24 09:00:59 +03:00
committed by Sergey Vojtovich
parent ab190194cf
commit bf70430ead
27 changed files with 107 additions and 179 deletions

View File

@ -32,7 +32,7 @@ int mysql_alter_tablespace(THD *thd, st_alter_tablespace *ts_info)
If the user haven't defined an engine, this will fallback to using the
default storage engine.
*/
if (hton == NULL || hton->state != SHOW_OPTION_YES)
if (hton == NULL)
{
hton= ha_default_handlerton(thd);
if (ts_info->storage_engine != 0)