Commit e2a6759c authored by iggy@rolltop.ignatz42.dyndns.org's avatar iggy@rolltop.ignatz42.dyndns.org
Browse files

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

- Use more appropriate test case.
parent 26e05951
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -36,11 +36,8 @@ Tables_in_test
t1
t2
t3
Database
information_schema
cluster
mysql
test
Tables_in_test
t1
_
Test delimiter : from command line
a
+2 −1
Original line number Diff line number Diff line
@@ -56,5 +56,6 @@ delimiter ; # Reset delimiter
#             with Windows style line endings.
#
source t/mysql_delimiter_19799.sql
show databases//
use test//
show tables//
delimiter ; # Reset delimiter