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:
@ -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;
|
||||
|
Reference in New Issue
Block a user