mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fix main test suite on Windows
This commit is contained in:
@ -4631,7 +4631,9 @@ bool create_table_impl(THD *thd,
|
||||
}
|
||||
#endif /* WITH_PARTITION_STORAGE_ENGINE */
|
||||
|
||||
#ifdef HAVE_READLINK
|
||||
if (thd->variables.sql_mode & MODE_NO_DIR_IN_CREATE)
|
||||
#endif
|
||||
{
|
||||
if (create_info->data_file_name)
|
||||
push_warning_printf(thd, Sql_condition::WARN_LEVEL_WARN,
|
||||
|
Reference in New Issue
Block a user