mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge trift2.:/MySQL/M41/tmp-4.1
into trift2.:/MySQL/M50/merge-5.0
This commit is contained in:
@ -590,7 +590,7 @@ void *create_embedded_thd(int client_flag)
|
||||
thd->set_time();
|
||||
thd->init_for_queries();
|
||||
thd->client_capabilities= client_flag;
|
||||
thd->real_id= (pthread_t) thd;
|
||||
thd->real_id= (pthread_t)thd->thread_id;
|
||||
|
||||
thd->db= NULL;
|
||||
thd->db_length= 0;
|
||||
|
Reference in New Issue
Block a user