1
0
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:
joerg@trift2.
2007-06-13 13:55:42 +02:00
4 changed files with 9 additions and 3 deletions

View File

@ -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;