mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#19799 delimiter command not working correctly when sourcing a sql file
- Use more appropriate test case.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user