mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
simplify the handler api - table_type() is no longer abstract, not even virtual
This commit is contained in:
@@ -66,11 +66,6 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
/** @brief
|
||||
The name that will be used for display purposes.
|
||||
*/
|
||||
const char *table_type() const { return "EXAMPLE"; }
|
||||
|
||||
/** @brief
|
||||
The name of the index type that will be used for display.
|
||||
Don't implement this method unless you really have indexes.
|
||||
|
Reference in New Issue
Block a user