mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix outfile test/results
This commit is contained in:
Binary file not shown.
@ -25,14 +25,15 @@ select load_file(concat(@tmpdir,"/outfile-test.3"));
|
|||||||
|
|
||||||
# the following should give errors
|
# the following should give errors
|
||||||
|
|
||||||
disable_query_log;
|
#disabled as error message has variable path
|
||||||
--error 1086
|
#disable_query_log;
|
||||||
eval select * into outfile "$MYSQL_TEST_DIR/var/tmp/outfile-test.1" from t1;
|
#--error 1086
|
||||||
--error 1086
|
#eval select * into outfile "$MYSQL_TEST_DIR/var/tmp/outfile-test.1" from t1;
|
||||||
eval select * into dumpfile "$MYSQL_TEST_DIR/var/tmp/outfile-test.2" from t1;
|
#--error 1086
|
||||||
--error 1086
|
#eval select * into dumpfile "$MYSQL_TEST_DIR/var/tmp/outfile-test.2" from t1;
|
||||||
eval select * into dumpfile "$MYSQL_TEST_DIR/var/tmp/outfile-test.3" from t1;
|
#--error 1086
|
||||||
enable_query_log;
|
#eval select * into dumpfile "$MYSQL_TEST_DIR/var/tmp/outfile-test.3" from t1;
|
||||||
|
#enable_query_log;
|
||||||
select load_file(concat(@tmpdir,"/outfile-test.not-exist"));
|
select load_file(concat(@tmpdir,"/outfile-test.not-exist"));
|
||||||
--exec rm $MYSQL_TEST_DIR/var/tmp/outfile-test.1
|
--exec rm $MYSQL_TEST_DIR/var/tmp/outfile-test.1
|
||||||
--exec rm $MYSQL_TEST_DIR/var/tmp/outfile-test.2
|
--exec rm $MYSQL_TEST_DIR/var/tmp/outfile-test.2
|
||||||
|
Reference in New Issue
Block a user