mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
5.5 merge and fixes for compiler/test errors
This commit is contained in:
@@ -528,6 +528,12 @@ int ha_initialize_handlerton(st_plugin_int *plugin)
|
||||
{
|
||||
uint tmp;
|
||||
ulong fslot;
|
||||
|
||||
DBUG_EXECUTE_IF("unstable_db_type", {
|
||||
static int i= (int) DB_TYPE_FIRST_DYNAMIC;
|
||||
hton->db_type= (enum legacy_db_type)++i;
|
||||
});
|
||||
|
||||
/* now check the db_type for conflict */
|
||||
if (hton->db_type <= DB_TYPE_UNKNOWN ||
|
||||
hton->db_type >= DB_TYPE_DEFAULT ||
|
||||
|
||||
Reference in New Issue
Block a user