Commit 0d6a773a authored by Sergei Golubchik's avatar Sergei Golubchik

cleanup: unused handler::check_if_supported_virtual_columns()

parent 2614a0ab
......@@ -3863,18 +3863,6 @@ class handler :public Sql_alloc
}
LEX_STRING *engine_name() { return hton_name(ht); }
/*
@brief
Check whether the engine supports virtual columns
@retval
FALSE if the engine does not support virtual columns
@retval
TRUE if the engine supports virtual columns
*/
virtual bool check_if_supported_virtual_columns(void) { return FALSE;}
TABLE* get_table() { return table; }
TABLE_SHARE* get_table_share() { return table_share; }
......
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