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
MCOL-520
This commit is contained in:
@ -48,6 +48,8 @@
|
||||
|
||||
#include "liboamcpp.h"
|
||||
#include "configcpp.h"
|
||||
#include "installdir.h"
|
||||
|
||||
|
||||
using namespace std;
|
||||
using namespace oam;
|
||||
@ -2009,13 +2011,11 @@ int main(int argc, char* argv[])
|
||||
|
||||
if ( !AllowDiskBasedJoin.empty() )
|
||||
{
|
||||
TempFilePath = sysConfigOld->getConfig("HashJoin", "TempFilePath");
|
||||
TempFileCompression = sysConfigOld->getConfig("HashJoin", "TempFileCompression");
|
||||
|
||||
try
|
||||
{
|
||||
sysConfigNew->setConfig("HashJoin", "AllowDiskBasedJoin", AllowDiskBasedJoin);
|
||||
sysConfigNew->setConfig("HashJoin", "TempFilePath", TempFilePath);
|
||||
sysConfigNew->setConfig("HashJoin", "TempFileCompression", TempFileCompression);
|
||||
}
|
||||
catch (...)
|
||||
|
Reference in New Issue
Block a user