mariadb/storage/columnstore
Rucha Deodhar b8a7728963 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-16 10:10:08 +05:30
..
columnstore@9fe37d5919 MDEV-32854: Make JSON_DEPTH_LIMIT unlimited 2025-09-16 10:10:08 +05:30
mysql-test/columnstore Add stub for building ColumnStore 2020-06-19 21:04:17 +02:00
CMakeLists.txt Merge branch '10.11' into 11.4 2025-06-17 09:50:22 +02:00