Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.2
-
Fix Version/s: 10.2.3
-
Component/s: JSON
-
Labels:
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
-