1
0
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:
venu@myvenu.com
2003-01-30 00:38:11 -08:00
parent b312b97aa0
commit 7e09f1db4b
4 changed files with 48 additions and 21 deletions

View File

@@ -327,6 +327,7 @@ public:
typedef struct st_prep_stmt
{
THD *thd;
LEX lex;
Item_param **param;
Item *free_list;
MEM_ROOT mem_root;