File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 610
610
create database `aa``bb````cc`;
611
611
--exec $MYSQL < $MYSQLTEST_VARDIR/tmp/backticks.sql
612
612
drop database `aa``bb````cc`;
613
+ --remove_file $MYSQLTEST_VARDIR/tmp/backticks.sql
613
614
614
615
#
615
616
# MySQL Bug#13639125 DELIMITER STRIPS THE NEXT NEW LINE IN A SQL STATEMENT
@@ -620,6 +621,7 @@ delimiter
620
621
<<" as a;
621
622
EOF
622
623
--exec $MYSQL < $MYSQLTEST_VARDIR/tmp/13639125.sql
624
+ --remove_file $MYSQLTEST_VARDIR/tmp/13639125.sql
623
625
624
626
#
625
627
# --skip-column-names and alignment
@@ -702,7 +704,7 @@ select count(*) from t1; truncate table t1;
702
704
--exec $MYSQL --disable-local-infile -e "/*q*/$ldli"
703
705
select count(*) from t1; truncate table t1;
704
706
drop table t1;
705
-
707
+ --remove_file $MYSQLTEST_VARDIR/tmp/bug.sql
706
708
707
709
--echo #
708
710
--echo # MDEV-15538 '-N' Produce html output wrong
You can’t perform that action at this time.
0 commit comments