mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
This patch adds handlerton passing to functions. NDB and Innodb still require a global hanlderton in the main code due to the nature of the sql_cache call back function (should be solveable... another patch).
Partitioning now has a flag to allow disabling of engines from being compatible with partitioning. Cleaned up heap naming convention on panic call.
This commit is contained in:
@@ -139,5 +139,3 @@ public:
|
||||
bool check_and_repair(THD *thd);
|
||||
};
|
||||
|
||||
int archive_db_end(ha_panic_function type);
|
||||
|
||||
|
Reference in New Issue
Block a user