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:
committed by
Sergey Vojtovich
parent
ab190194cf
commit
bf70430ead
@ -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)
|
||||
|
Reference in New Issue
Block a user