Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
-
None
Description
This script being run in a Linux utf8 console:
SET NAMES utf8; |
DROP TABLE IF EXISTS t1; |
CREATE TABLE t1 (a SET('a,bü')); |
returns this error message:
ERROR 1367 (22007): Illegal set 'a,ü' value found during parsing
|
The error message looks wrong. It should be this instead:
ERROR 1367 (22007): Illegal set 'a,ü' value found during parsing
|
Attachments
Issue Links
- duplicates
-
MDEV-11146 SP variables of the SET data type erroneously allow values with comma
- Closed
- relates to
-
MDEV-11146 SP variables of the SET data type erroneously allow values with comma
- Closed