mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -2481,7 +2481,7 @@ char *generate_partition_syntax_for_frm(THD *thd, partition_info *part_info,
|
||||
HA_CREATE_INFO *create_info,
|
||||
Alter_info *alter_info)
|
||||
{
|
||||
Sql_mode_instant_remove sms(thd, MODE_ANSI_QUOTES);
|
||||
Sql_mode_save_for_frm_handling sql_mode_save(thd);
|
||||
char *res= generate_partition_syntax(thd, part_info, buf_length,
|
||||
true, create_info, alter_info);
|
||||
DBUG_EXECUTE_IF("generate_partition_syntax_for_frm",
|
||||
|
Reference in New Issue
Block a user