diff options
Diffstat (limited to 'sql/sql_udf.cc')
-rw-r--r-- | sql/sql_udf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_udf.cc b/sql/sql_udf.cc index 75d796faf5e..e5a0f6a40b6 100644 --- a/sql/sql_udf.cc +++ b/sql/sql_udf.cc @@ -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; |