1
0
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:
serg@serg.mylan
2005-12-23 20:50:28 +01:00
parent b867ef6df0
commit c063819075
4 changed files with 20 additions and 21 deletions

View File

@ -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();