mariadb/unittest/json_lib
Rucha Deodhar 2a0fcd3757 MDEV-32854: Make JSON_DEPTH_LIMIT unlimited
The initial hard capped limit on the depth was 32. It was implemented using
static arrays of relevant type and size 32.
Hence, to implement unlimited depth, dynamic array on mem_root was
implemented which grows by 3200 as needed. Relevant arrays were replaced
with this dynamic array.
2025-07-22 17:32:21 +05:30
..
CMakeLists.txt Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
json_lib-t.c MDEV-32854: Make JSON_DEPTH_LIMIT unlimited 2025-07-22 17:32:21 +05:30
json_normalize-t.c MDEV-32854: Make JSON_DEPTH_LIMIT unlimited 2025-07-22 17:32:21 +05:30