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/sphinx | |
parent | ab190194cfa5243492c452722463e56c74c49f9b (diff) | |
download | mariadb-git-bf70430ead122649fd22f0d4c52f49451569d6c3.tar.gz |
MDEV-17709 Remove handlerton::state
Diffstat (limited to 'storage/sphinx')
-rw-r--r-- | storage/sphinx/ha_sphinx.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/sphinx/ha_sphinx.cc b/storage/sphinx/ha_sphinx.cc index d7189f3e73c..544b7a80383 100644 --- a/storage/sphinx/ha_sphinx.cc +++ b/storage/sphinx/ha_sphinx.cc @@ -742,7 +742,6 @@ static int sphinx_init_func ( void * p ) #if MYSQL_VERSION_ID > 50100 handlerton * hton = (handlerton*) p; - hton->state = SHOW_OPTION_YES; hton->db_type = DB_TYPE_AUTOASSIGN; hton->create = sphinx_create_handler; hton->close_connection = sphinx_close_connection; |