mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 22:25:32 +02:00
Merge branch '10.7' into 10.8
This commit is contained in:
commit
4fb2cb1a30
907 changed files with 20188 additions and 6217 deletions
|
|
@ -224,6 +224,7 @@ typedef struct st_json_engine_t
|
|||
|
||||
int stack[JSON_DEPTH_LIMIT]; /* Keeps the stack of nested JSON structures. */
|
||||
int stack_p; /* The 'stack' pointer. */
|
||||
volatile uchar *killed_ptr;
|
||||
} json_engine_t;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue