Commit 2327d4e4 authored by Eugene Kosov's avatar Eugene Kosov Committed by Sergey Vojtovich

remove unused method

parent 67b601c5
......@@ -4613,7 +4613,6 @@ class handler :public Sql_alloc
virtual int enable_indexes(uint mode) { return HA_ERR_WRONG_COMMAND; }
virtual int discard_or_import_tablespace(my_bool discard)
{ return (my_errno=HA_ERR_WRONG_COMMAND); }
virtual void prepare_for_alter() { return; }
virtual void drop_table(const char *name);
virtual int create(const char *name, TABLE *form, HA_CREATE_INFO *info)=0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment