mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@ -59,6 +59,7 @@
|
||||
#include "debug.h" // debug_crash_here()
|
||||
#include <algorithm>
|
||||
#include "wsrep_mysqld.h"
|
||||
#include "sql_debug.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <io.h>
|
||||
@ -3659,6 +3660,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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user