mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Bug#21114 (Foreign key creation fails to table with name format)
Due to the complexity of this change, everything is documented in WL#3565 This patch is the third iteration, it takes into account the comments received to date.
This commit is contained in:
@ -8685,7 +8685,7 @@ static void test_sqlmode()
|
||||
if (!opt_silent)
|
||||
fprintf(stdout, "\n query: %s", query);
|
||||
stmt= mysql_simple_prepare(mysql, query);
|
||||
check_stmt_r(stmt);
|
||||
check_stmt(stmt);
|
||||
|
||||
/* ANSI */
|
||||
strmov(query, "SET SQL_MODE= \"ANSI\"");
|
||||
|
Reference in New Issue
Block a user