1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug#38311 Some tests use 'rm' which is not portable

Repush of change to fix tests on Pushbuild.
This commit is contained in:
Patrick Crews
2008-09-30 20:54:06 -04:00
parent 2f58dc7972
commit af84837635

View File

@@ -490,6 +490,7 @@ default NULL);
SELECT DISTINCT fruit_id, fruit_name INTO OUTFILE
'../tmp/data1.tmp' FROM t1 WHERE fruit_name = 'APPLE';
LOAD DATA INFILE '../tmp/data1.tmp' INTO TABLE t2;
--error 0,1
--remove_file $MYSQL_TEST_DIR/var/tmp/data1.tmp
SELECT DISTINCT @v19:= fruit_id, @v20:= fruit_name INTO OUTFILE