1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-4675 DMLProc now automatically and gracefully shutdowns when a cluster state is set to

SS_SHUTDOWN_PENDING | SS_ROLLBACK
This commit is contained in:
Roman Nozdrin
2021-05-18 18:46:35 +00:00
committed by Leonid Fedorov
parent 646ffb6f95
commit 90397dfed0
4 changed files with 44 additions and 4 deletions

View File

@ -686,6 +686,8 @@ int ServiceDMLProc::Child()
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;
}