mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
locking issues,
test for LONGLONG_MIN in decimal.c myisam/mi_create.c: lock THR_LOCK_myisam later mysys/thr_alarm.c: remove misplaced comment and "safety" if() server-tools/instance-manager/instance.cc: add unlock strings/decimal.c: correct the test for LONGLONG_MIN. fix debug sprintf
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