Skip to content

Commit bf70430

Browse files
robertbindarsvoj
authored andcommitted
MDEV-17709 Remove handlerton::state
1 parent ab19019 commit bf70430

File tree

27 files changed

+104
-176
lines changed

27 files changed

+104
-176
lines changed

sql/ha_partition.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ static int partition_initialize(void *p)
126126
handlerton *partition_hton;
127127
partition_hton= (handlerton *)p;
128128

129-
partition_hton->state= SHOW_OPTION_YES;
130129
partition_hton->db_type= DB_TYPE_PARTITION_DB;
131130
partition_hton->create= partition_create_handler;
132131
partition_hton->partition_flags= partition_flags;

sql/ha_sequence.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ static int sequence_initialize(void *p)
413413
handlerton *local_sequence_hton= (handlerton *)p;
414414
DBUG_ENTER("sequence_initialize");
415415

416-
local_sequence_hton->state= SHOW_OPTION_YES;
417416
local_sequence_hton->db_type= DB_TYPE_SEQUENCE;
418417
local_sequence_hton->create= sequence_create_handler;
419418
local_sequence_hton->panic= sequence_end;

0 commit comments

Comments
 (0)