mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
cleanup: use MYF() for mysys flags
This commit is contained in:
parent
a260b15554
commit
682da0aa75
71 changed files with 136 additions and 137 deletions
|
|
@ -151,7 +151,7 @@ void udf_init()
|
|||
|
||||
mysql_rwlock_init(key_rwlock_THR_LOCK_udf, &THR_LOCK_udf);
|
||||
|
||||
init_sql_alloc(&mem, UDF_ALLOC_BLOCK_SIZE, 0, 0);
|
||||
init_sql_alloc(&mem, UDF_ALLOC_BLOCK_SIZE, 0, MYF(0));
|
||||
THD *new_thd = new THD;
|
||||
if (!new_thd ||
|
||||
my_hash_init(&udf_hash,system_charset_info,32,0,0,get_hash_key, NULL, 0))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue