mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.9' into 10.10
This commit is contained in:
@ -63,7 +63,7 @@
|
||||
#include "rpl_mi.h"
|
||||
#include "rpl_rli.h"
|
||||
#include "log.h"
|
||||
|
||||
#include "sql_debug.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <io.h>
|
||||
@ -3815,6 +3815,13 @@ without_overlaps_err:
|
||||
thd->mem_root))
|
||||
DBUG_RETURN(TRUE);
|
||||
|
||||
#ifndef DBUG_OFF
|
||||
DBUG_EXECUTE_IF("key",
|
||||
Debug_key::print_keys(thd, "prep_create_table: ",
|
||||
*key_info_buffer, *key_count);
|
||||
);
|
||||
#endif
|
||||
|
||||
DBUG_RETURN(FALSE);
|
||||
}
|
||||
|
||||
@ -9961,7 +9968,7 @@ bool mysql_alter_table(THD *thd, const LEX_CSTRING *new_db,
|
||||
|
||||
DEBUG_SYNC(thd, "alter_opened_table");
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
#if defined WITH_WSREP && defined ENABLED_DEBUG_SYNC
|
||||
DBUG_EXECUTE_IF("sync.alter_opened_table",
|
||||
{
|
||||
const char act[]=
|
||||
|
Reference in New Issue
Block a user