Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL)
Description
Compare:
MariaDB 10.2 |
MariaDB [test]> SELECT JSON_KEYS('foo'); |
+------------------+ |
| JSON_KEYS('foo') | |
+------------------+ |
| NULL | |
+------------------+ |
1 row in set (0.00 sec) |
MySQL 5.7 |
MySQL [test]> SELECT JSON_KEYS('foo'); |
ERROR 3141 (22032): Invalid JSON text in argument 1 to function json_keys: "Invalid value." at position 1. |
Attachments
Issue Links
- relates to
-
MDEV-9143 JSON_xxx functions
- Closed