1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Moved state_map copying to THD::THD().

sql/sql_lex.cc:
  Changed serg's fix back.
This commit is contained in:
unknown
2001-03-14 01:18:16 -06:00
parent 8046201101
commit bf446ae40f
3 changed files with 5 additions and 5 deletions

View File

@ -512,10 +512,6 @@ pthread_handler_decl(handle_one_connection,arg)
return 0;
}
// copy global state map into thread
for(int x=0; x < 256; x++)
thd->state_map[x] = global_state_map[x];
do
{
int error;