mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
merge from latest 5.5
This commit is contained in:
@@ -37,7 +37,7 @@ if ($do_file_tests)
|
||||
eval SET @aux = load_file('$ls_file');
|
||||
|
||||
# clean up
|
||||
remove_file $ls_file;
|
||||
--remove_file $ls_file
|
||||
}
|
||||
if (!$do_file_tests)
|
||||
{
|
||||
|
||||
@@ -45,6 +45,9 @@ if ($do_file_tests)
|
||||
--list_files_append_file $ls_file $MYSQLTEST_VARDIR/mysql-test-idx-dir t1*
|
||||
}
|
||||
eval SET @aux = load_file('$ls_file');
|
||||
|
||||
# clean up
|
||||
--remove_file $ls_file
|
||||
}
|
||||
if (!$do_file_tests)
|
||||
{
|
||||
|
||||
@@ -43,6 +43,9 @@ if ($do_file_tests)
|
||||
--list_files_append_file $ls_file $MYSQLTEST_VARDIR/mysql-test-idx-dir t1*
|
||||
}
|
||||
eval SET @aux = load_file('$ls_file');
|
||||
|
||||
# clean up
|
||||
--remove_file $ls_file
|
||||
}
|
||||
if (!$do_file_tests)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user