1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug #31060: MySQL CLI parser bug 2

There was a problem when a DELIMITER COMMAND is not the first 
command on the line. I this case an extra line feed was added
to the glob buffer and this was causing subsequent attempts 
to enter this delimiter to fail.
Fixed by not adding a new line to the glob buffer if the 
command being added is a DELIMITER
This commit is contained in:
Georgi Kodinov
2009-02-24 15:06:28 +02:00
parent 5cf0d591eb
commit 13ec76b0ad
3 changed files with 36 additions and 1 deletions

View File

@ -188,4 +188,8 @@ delimiter
2
@z:='1' @z=database()
1 NULL
1
1
1
1
End of 5.0 tests