Bug#33812: mysql client incorrectly parsing DELIMITER

Remove unnecessary and incorrect code that tried
to pull delimiter commands out of the middle of
statements.
This commit is contained in:
Tatiana A. Nurnberg 2008-06-20 18:58:14 +02:00
commit 5128b787c4
3 changed files with 8 additions and 31 deletions

View file

@ -38,6 +38,8 @@ t2
t3
Tables_in_test
t1
delimiter
1
_
Test delimiter : from command line
a

View file

@ -59,3 +59,9 @@ source t/mysql_delimiter_19799.sql
use test//
show tables//
delimiter ; # Reset delimiter
#
# Bug #33812: mysql client incorrectly parsing DELIMITER
#
select a as delimiter from t1
delimiter ; # Reset delimiter