mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 14:55:32 +02:00
MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations
This commit is contained in:
parent
1b981b9edb
commit
de745ecf29
298 changed files with 35999 additions and 3354 deletions
|
|
@ -2360,7 +2360,7 @@ USE BUG52792;
|
|||
SET NAMES utf8;
|
||||
CREATE FUNCTION `straße` ( c1 CHAR(20))
|
||||
RETURNS CHAR(50) DETERMINISTIC
|
||||
RETURN CONCAT(']]>, ', s, '!');
|
||||
RETURN CONCAT(']]>, ', c1, '!');
|
||||
|
||||
--exec $MYSQL_DUMP --character-sets-dir=$CHARSETSDIR --skip-comments --default-character-set=utf8 --compatible=mysql323 -R -X BUG52792
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue