mariadb/unittest/strings
Rucha Deodhar a96602cc18 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-09-12 01:22:49 +05:30
..
CMakeLists.txt Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
json-t.c MDEV-32854: Make JSON_DEPTH_LIMIT unlimited 2025-09-12 01:22:49 +05:30
strings-t.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00