mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: use MYF() for mysys flags
This commit is contained in:
@ -1157,7 +1157,7 @@ int main(int argc,char *argv[])
|
||||
}
|
||||
glob_buffer.realloc(512);
|
||||
completion_hash_init(&ht, 128);
|
||||
init_alloc_root(&hash_mem_root, 16384, 0, 0);
|
||||
init_alloc_root(&hash_mem_root, 16384, 0, MYF(0));
|
||||
bzero((char*) &mysql, sizeof(mysql));
|
||||
if (sql_connect(current_host,current_db,current_user,opt_password,
|
||||
opt_silent))
|
||||
|
Reference in New Issue
Block a user