1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Add a cast, needed by some platforms.

Still part of the fix for bug#27078.
This commit is contained in:
joerg@trift2.
2007-06-08 17:02:48 +02:00
parent ab64b2f8f3
commit 2d718ff1c2

View File

@ -540,7 +540,7 @@ void *create_embedded_thd(int client_flag)
thd->set_time();
thd->init_for_queries();
thd->client_capabilities= client_flag;
thd->real_id= thd->thread_id;
thd->real_id= (pthread_t)thd->thread_id;
thd->db= NULL;
thd->db_length= 0;