Commit 1b3f04ca authored by unknown's avatar unknown

Bug#19799 delimiter command not working correctly when sourcing a sql file

- Use more appropriate test case.


mysql-test/r/mysql.result:
  Bug#19799 delimiter command not working correctly when sourcing a sql file
  - Alt. Result.
mysql-test/t/mysql_delimiter.sql:
  Bug#19799 delimiter command not working correctly when sourcing a sql file
  - Alt. Test
parent bd82fb52
...@@ -36,11 +36,8 @@ Tables_in_test ...@@ -36,11 +36,8 @@ Tables_in_test
t1 t1
t2 t2
t3 t3
Database Tables_in_test
information_schema t1
cluster
mysql
test
_ _
Test delimiter : from command line Test delimiter : from command line
a a
......
...@@ -56,5 +56,6 @@ delimiter ; # Reset delimiter ...@@ -56,5 +56,6 @@ delimiter ; # Reset delimiter
# with Windows style line endings. # with Windows style line endings.
# #
source t/mysql_delimiter_19799.sql source t/mysql_delimiter_19799.sql
show databases// use test//
show tables//
delimiter ; # Reset delimiter delimiter ; # Reset delimiter
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