1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #36244: MySQL CLI doesn't recognize standalone --

as a commentary

mysql client has been modified to interpret EOL after
standalone -- commentary strings like whitespace
character (according to
http://dev.mysql.com/doc/refman/5.0/en/ansi-diff-comments.html)


mysql-test/t/mysql_delimiter.sql:
  Added test case for bug #36244.
This commit is contained in:
Gleb Shchepa
2008-06-24 19:32:06 +05:00
parent 2356d4f54a
commit 6eb2e76abd
2 changed files with 15 additions and 1 deletions

View File

@@ -59,3 +59,10 @@ source t/mysql_delimiter_19799.sql
use test//
show tables//
delimiter ; # Reset delimiter
#
# Bug #36244: MySQL CLI doesn't recognize standalone -- as comment
# before DELIMITER statement
#
--
DELIMITER ;