Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.32, 10.3.23, 10.4.13
-
None
Description
CREATE TABLE `test` ( |
`x` INT COMMENT '�' |
);
|
comment is one byte 0x92) results in
ERROR 1629 (HY000) at line 1: Comment for field 'x' is too long (max = 1024)
|
Attachments
Issue Links
- is caused by
-
MDEV-22005 UBSAN: applying non-zero offset 2 to null pointer in my_charpos_mb()
- Closed