mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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:
parent
0905d04071
commit
5128b787c4
3 changed files with 8 additions and 31 deletions
|
|
@ -38,6 +38,8 @@ t2
|
|||
t3
|
||||
Tables_in_test
|
||||
t1
|
||||
delimiter
|
||||
1
|
||||
_
|
||||
Test delimiter : from command line
|
||||
a
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue