Commit c71275b6 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix ./mtr --repeat=2 main.func_str

parent b0b463a8
......@@ -1545,6 +1545,7 @@ CREATE TABLE t1 ( a TEXT );
SELECT insert( substring_index( 'a', 'a', 'b' ), 1, 0, 'x' );
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
--eval LOAD DATA INFILE '$MYSQLTEST_VARDIR/tmp/bug58165.txt' INTO TABLE t1;
--remove_file $MYSQLTEST_VARDIR/tmp/bug58165.txt
SELECT * FROM t1;
DROP TABLE t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment