Details
Description
MariaDB [(none)]> SELECT JSON_OBJECT('"', 1), JSON_OBJECTAGG('"', 1);
|
+---------------------+------------------------+
|
| JSON_OBJECT('"', 1) | JSON_OBJECTAGG('"', 1) |
|
+---------------------+------------------------+
|
| {"\"": 1} | {""":1} |
|
+---------------------+------------------------+
|
1 row in set (0.000 sec)
|
|
works correctly in MySQL 5.6
Attachments
Issue Links
- relates to
-
MDEV-16620 Add support for JSON_ARRAYAGG and JSON_OBJECTAGG
-
- Closed
-
This bug also happens in MasOS.
- SSL connections supported
- binaries are debug compiled
- binaries built with wsrep patch
Collecting tests...
Installing system database...
==============================================================================
TEST RESULT TIME (ms) or COMMENT
--------------------------------------------------------------------------
main.json_test [ pass ]
--------------------------------------------------------------------------