mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup: use MYF() for mysys flags
This commit is contained in:
@ -124,7 +124,7 @@ public:
|
||||
inited= FALSE;
|
||||
if (my_rwlock_init(&lock, NULL))
|
||||
return;
|
||||
init_sql_alloc(&memroot, 1024, 0, 0);
|
||||
init_sql_alloc(&memroot, 1024, 0, MYF(0));
|
||||
inited= TRUE;
|
||||
}
|
||||
~Delegate()
|
||||
|
Reference in New Issue
Block a user