summaryrefslogtreecommitdiff
path: root/storage/perfschema
diff options
context:
space:
mode:
authorRobert Bindar <robert@mariadb.org>2019-04-24 09:00:59 +0300
committerSergey Vojtovich <svoj@mariadb.org>2019-06-06 22:09:31 +0400
commitbf70430ead122649fd22f0d4c52f49451569d6c3 (patch)
treef3f901e265ddf04a60c812e1671b8198fbe10239 /storage/perfschema
parentab190194cfa5243492c452722463e56c74c49f9b (diff)
downloadmariadb-git-bf70430ead122649fd22f0d4c52f49451569d6c3.tar.gz
MDEV-17709 Remove handlerton::state
Diffstat (limited to 'storage/perfschema')
-rw-r--r--storage/perfschema/ha_perfschema.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/perfschema/ha_perfschema.cc b/storage/perfschema/ha_perfschema.cc
index cb5805db5da..8f6346fcf15 100644
--- a/storage/perfschema/ha_perfschema.cc
+++ b/storage/perfschema/ha_perfschema.cc
@@ -83,7 +83,6 @@ static int pfs_init_func(void *p)
pfs_hton= reinterpret_cast<handlerton *> (p);
- pfs_hton->state= SHOW_OPTION_YES;
pfs_hton->create= pfs_create_handler;
pfs_hton->show_status= pfs_show_status;
pfs_hton->flags= HTON_ALTER_NOT_SUPPORTED |