1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

BUG#25895 compiling the server with embedded fails on several 64-bit platforms

temporary fix
This commit is contained in:
df@kahlann.erinye.com
2007-01-27 20:16:15 +01:00
parent 508d7da976
commit 26c6d2d231

View File

@ -598,7 +598,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_self();
thd->db= NULL;
thd->db_length= 0;