Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.4(EOL), 10.5, 10.6, 10.9(EOL), 10.10(EOL), 11.0(EOL), 11.1(EOL), 11.2(EOL)
-
None
Description
Testcase (run MTR test with --cursor-protocol):
SELECT HEX(INSERT(_utf8 0xD18FD18E, 2, 1, 0x20)); |
Expected result:
HEX(INSERT(_utf8 0xD18FD18E, 2, 1, 0x20)) |
D120D18E
|
Actual result:
HEX(INSERT(_utf8 0xD18FD18E, 2, 1, 0x20)) |
D120D1
|
Attachments
Issue Links
- duplicates
-
MDEV-33942 View cuts off the end of string with the utf8 character set in INSERT function
- Closed
- relates to
-
MDEV-33942 View cuts off the end of string with the utf8 character set in INSERT function
- Closed
-
MDEV-31005 Make working ./mtr --cursor-protocol
- Stalled