mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
locking issues,
test for LONGLONG_MIN in decimal.c
This commit is contained in:
@ -255,7 +255,10 @@ static void start_and_monitor_instance(Instance_options *old_instance_options,
|
||||
log_info("starting instance %s", instance_name_buff);
|
||||
|
||||
if (start_process(old_instance_options, &process_info))
|
||||
{
|
||||
instance_map->unlock();
|
||||
return; /* error is logged */
|
||||
}
|
||||
|
||||
/* allow users to delete instances */
|
||||
instance_map->unlock();
|
||||
|
Reference in New Issue
Block a user