1
0
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:
Vladislav Vaintroub
2013-07-15 13:43:15 +02:00
parent 00653d7f57
commit b427da7651
3 changed files with 6 additions and 26 deletions

View File

@ -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,