1
0
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:
petr@mysql.com
2004-11-15 14:53:30 +03:00
parent 4f62e8b9d6
commit d2115d133d
7 changed files with 17 additions and 20 deletions

View File

@ -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;
}