You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Added _exit in Child dmlproc service
This commit is contained in:
@ -651,8 +651,8 @@ int ServiceDMLProc::Child()
|
||||
#else
|
||||
(void)::system(cmd.c_str());
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
@ -684,10 +684,8 @@ int ServiceDMLProc::Child()
|
||||
|
||||
setupChildSignalHandlers();
|
||||
|
||||
dmlserver.start();
|
||||
_exit(dmlserver.start());
|
||||
|
||||
// WIP the rc looks misguiding b/c DMLProc now can legitimately quits from DMLServer::start()
|
||||
// so Child() should return dmlserver.start().
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user