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
- Client side readline functions unconditionally search for Unix '\n' line endings. In this case, the delimiter statement was set to '//\r' instead of the intended '//'. When removing the '\n' check for and remove preceeding '\r' character as well.
This commit is contained in:
@ -36,6 +36,10 @@ Tables_in_test
|
||||
t1
|
||||
t2
|
||||
t3
|
||||
Database
|
||||
information_schema
|
||||
mysql
|
||||
test
|
||||
_
|
||||
Test delimiter : from command line
|
||||
a
|
||||
|
Reference in New Issue
Block a user