Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Unexpected results
-
Q3/2026 Server Maintenance
Description
Even after adding new elements by invoking mem_root_dynamic_array_resize_and_set_val() repeatedly, the size of the dynamic array remained same. In fact, only when the index position that was provided to the method mem_root_dynamic_array_resize_and_set_val() is greater than the buffer size, the size got incremented.