1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

processing thread specific queries

This commit is contained in:
vva@eagle.mysql.r18.ru
2002-12-30 01:46:48 +04:00
parent 558ee89e7a
commit 1dcca480e8
13 changed files with 181 additions and 15 deletions

View File

@ -459,6 +459,7 @@ typedef struct st_lex
uint slave_thd_opt;
CHARSET_INFO *charset;
char *help_arg;
bool tmp_table_used;
} LEX;