mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
MDEV-6107 merge default_tmp_storage_engine
Adapt default_tmp_storage_engine implementation from mysql-5.6 New feature (as compared to 5.6), default_tmp_storage_engine=NULL means that temporary tables will use default_storage_engine value. This makes the behavior backward compatible.
This commit is contained in:
parent
2edcf8f9ff
commit
cf1a09e42f
17 changed files with 516 additions and 68 deletions
|
|
@ -1112,7 +1112,7 @@ static int execute_ddl_log_action(THD *thd, DDL_LOG_ENTRY *ddl_log_entry)
|
|||
frm_action= TRUE;
|
||||
else
|
||||
{
|
||||
plugin_ref plugin= ha_resolve_by_name(thd, &handler_name);
|
||||
plugin_ref plugin= ha_resolve_by_name(thd, &handler_name, false);
|
||||
if (!plugin)
|
||||
{
|
||||
my_error(ER_UNKNOWN_STORAGE_ENGINE, MYF(0), ddl_log_entry->handler_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue