diff options
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 193d36a1122..bd415122388 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -532,10 +532,6 @@ int ha_initialize_handlerton(st_plugin_int *plugin) hton->discover_table_existence= full_discover_for_existence; } - /* - the switch below and hton->state should be removed when - command-line options for plugins will be implemented - */ switch (hton->state) { case SHOW_OPTION_NO: break; |