mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
lp:1023404 problems with savepoints and tokudb with 5.5
fix incorrect merge
This commit is contained in:
parent
703ee1ad1b
commit
a08631d696
1 changed files with 0 additions and 4 deletions
|
@ -504,10 +504,6 @@ int ha_initialize_handlerton(st_plugin_int *plugin)
|
|||
"Assigning value %d.", plugin->plugin->name, idx);
|
||||
hton->db_type= (enum legacy_db_type) idx;
|
||||
}
|
||||
installed_htons[hton->db_type]= hton;
|
||||
tmp= hton->savepoint_offset;
|
||||
hton->savepoint_offset= savepoint_alloc_size;
|
||||
savepoint_alloc_size+= tmp;
|
||||
|
||||
/*
|
||||
In case a plugin is uninstalled and re-installed later, it should
|
||||
|
|
Loading…
Reference in a new issue