1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

cleanup: unused handler::check_if_supported_virtual_columns()

This commit is contained in:
Sergei Golubchik
2016-11-26 13:37:53 +01:00
parent 2614a0ab0f
commit 0d6a773ae1

View File

@@ -3863,18 +3863,6 @@ public:
}
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; }