1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -100,7 +100,7 @@ THD::THD():user_time(0), fatal_error(0),
start_time=(time_t) 0;
current_linfo = 0;
slave_thread = 0;
slave_proxy_id = 0;
variables.pseudo_thread_id= 0;
file_id = 0;
cond_count=0;
warn_id= 0;