mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
* move bas_ext from the handler to the handlerton
* provide a default bas_ext value of the empty list
This commit is contained in:
@@ -72,11 +72,6 @@ public:
|
||||
*/
|
||||
const char *index_type(uint inx) { return "HASH"; }
|
||||
|
||||
/** @brief
|
||||
The file extensions.
|
||||
*/
|
||||
const char **bas_ext() const;
|
||||
|
||||
/** @brief
|
||||
This is a list of flags that indicate what functionality the storage engine
|
||||
implements. The current table flags are documented in handler.h
|
||||
|
Reference in New Issue
Block a user