mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix 'n' concurrent prepared executions
This commit is contained in:
@@ -327,6 +327,7 @@ public:
|
||||
typedef struct st_prep_stmt
|
||||
{
|
||||
THD *thd;
|
||||
LEX lex;
|
||||
Item_param **param;
|
||||
Item *free_list;
|
||||
MEM_ROOT mem_root;
|
||||
|
||||
Reference in New Issue
Block a user