1
0
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:
Leonid Fedorov
2021-05-28 10:09:35 +00:00
parent 90397dfed0
commit d08eff75ba
3 changed files with 12 additions and 11 deletions

View File

@ -112,7 +112,7 @@ public:
~DMLServer() { }
void start(); //Does not return
int start();
/** @brief get the dml package thread pool size
*/
@ -250,7 +250,7 @@ public:
fphp->releaseTableAccess();
}
bool setPackage(PackageHandler* php, dmlpackage::CalpontDMLPackage* dmlPackage)
{
{
if (fphp)
fphp->releaseTableAccess();
fphp = php;