diff options
author | Robert Bindar <robert@mariadb.org> | 2019-04-24 09:00:59 +0300 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-06-06 22:09:31 +0400 |
commit | bf70430ead122649fd22f0d4c52f49451569d6c3 (patch) | |
tree | f3f901e265ddf04a60c812e1671b8198fbe10239 /storage/oqgraph | |
parent | ab190194cfa5243492c452722463e56c74c49f9b (diff) | |
download | mariadb-git-bf70430ead122649fd22f0d4c52f49451569d6c3.tar.gz |
MDEV-17709 Remove handlerton::state
Diffstat (limited to 'storage/oqgraph')
-rw-r--r-- | storage/oqgraph/ha_oqgraph.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/oqgraph/ha_oqgraph.cc b/storage/oqgraph/ha_oqgraph.cc index 4154f89028a..2770fa97777 100644 --- a/storage/oqgraph/ha_oqgraph.cc +++ b/storage/oqgraph/ha_oqgraph.cc @@ -179,7 +179,6 @@ static int oqgraph_init(void *p) handlerton *hton= (handlerton *)p; DBUG_PRINT( "oq-debug", ("oqgraph_init")); - hton->state= SHOW_OPTION_YES; hton->db_type= DB_TYPE_AUTOASSIGN; hton->create= oqgraph_create_handler; hton->flags= HTON_ALTER_NOT_SUPPORTED; |