mirror of
https://github.com/MariaDB/server.git
synced 2025-12-07 17:42:39 +03:00
merge mysql-5.5->mysql-5.5-security
This commit is contained in:
@@ -4107,5 +4107,16 @@ DROP TABLE t1;
|
||||
SET sql_mode=default;
|
||||
SET NAMES latin1;
|
||||
#
|
||||
# Bug #13832953 MY_STRNXFRM_UNICODE: ASSERTION `SRC' FAILED
|
||||
#
|
||||
CREATE TABLE t1 (c1 SET('','') CHARACTER SET ucs2);
|
||||
Warnings:
|
||||
Note 1291 Column 'c1' has duplicated value '' in SET
|
||||
INSERT INTO t1 VALUES ('');
|
||||
SELECT COALESCE(c1) FROM t1 ORDER BY 1;
|
||||
COALESCE(c1)
|
||||
|
||||
DROP TABLE t1;
|
||||
#
|
||||
# End of 5.5 tests
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user