mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Some minor IM fixes
This commit is contained in:
@ -158,8 +158,8 @@ int Instance_map::flush_instances()
|
||||
hash_free(&hash);
|
||||
hash_init(&hash, default_charset_info, START_HASH_SIZE, 0, 0,
|
||||
get_instance_key, delete_instance, 0);
|
||||
rc= load();
|
||||
pthread_mutex_unlock(&LOCK_instance_map);
|
||||
rc= load();
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user