mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
(For glibc 2.2)
This commit is contained in:
@ -105,7 +105,7 @@ void udf_init()
|
||||
if (initialized)
|
||||
DBUG_VOID_RETURN;
|
||||
|
||||
pthread_mutex_init(&THR_LOCK_udf,NULL);
|
||||
pthread_mutex_init(&THR_LOCK_udf,MY_MUTEX_INIT_SLOW);
|
||||
|
||||
init_sql_alloc(&mem, 1024,0);
|
||||
THD *new_thd = new THD;
|
||||
|
Reference in New Issue
Block a user