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 8a1c19568ae..54613f82f00 100644 --- a/sql/sql_udf.cc +++ b/sql/sql_udf.cc @@ -124,7 +124,7 @@ void udf_init() pthread_mutex_init(&THR_LOCK_udf,MY_MUTEX_INIT_SLOW); - init_sql_alloc(&mem, 1024,0); + init_sql_alloc(&mem, UDF_ALLOC_BLOCK_SIZE, 0); THD *new_thd = new THD; if (!new_thd || hash_init(&udf_hash,32,0,0,get_hash_key, NULL, HASH_CASE_INSENSITIVE)) |