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
-
None
Description
quote(NULL) returns incorrect result with cursor protocol - it cuts last two characters.
Test (run MTR test with --cursor-protocol):
select quote(NULL); |
Expected value:
quote(NULL) |
NULL |
Actual value:
quote(NULL) |
NU
|
Attachments
Issue Links
- duplicates
-
MDEV-28651 quote(NULL) returns incorrect result in view ('NU' instead of 'NULL')
- Closed
- relates to
-
MDEV-28651 quote(NULL) returns incorrect result in view ('NU' instead of 'NULL')
- Closed
-
MDEV-31005 Make working ./mtr --cursor-protocol
- Stalled