Details
-
New Feature
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
Description
The current JSON_DEPTH_LIMIT is 32 as defined in include/json_lib.h
Source code:
https://github.com/MariaDB/server/blob/22ffe4dd227451ebd0ef842850ef57b81aa8f930/include/json_lib.h#L10
This limit is not documented.
Customer requests to make this limit configurable with a global variable.