Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5, 10.6, 11.1(EOL), 11.2, 10.4(EOL), 10.9(EOL), 10.10(EOL), 11.0(EOL)
-
None
Description
Testcase (run MTR test with --cursor-protocol):
select json_array_append('["a", "b"]', '$', FALSE); |
Expected result:
json_array_append('["a", "b"]', '$', FALSE) |
["a", "b", false] |
Actual result:
json_array_append('["a", "b"]', '$', FALSE) |
["a", "b", fals |
The same behavior repeats for json_insert, json_set, json_type, json_unquote, json_object, json_loose, json_detailed
Attachments
Issue Links
- relates to
-
MDEV-31005 Make working ./mtr --cursor-protocol
- Stalled