You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-05 15:41:14 +03:00
MCOL-520
This commit is contained in:
@ -1370,14 +1370,11 @@ void cleanTempDir()
|
||||
{
|
||||
config::Config* config = config::Config::makeConfig();
|
||||
string allowDJS = config->getConfig("HashJoin", "AllowDiskBasedJoin");
|
||||
string tmpPrefix = config->getConfig("HashJoin", "TempFilePath");
|
||||
string tmpPrefix = startup::StartUp::tmpDir();
|
||||
|
||||
if (allowDJS == "N" || allowDJS == "n")
|
||||
return;
|
||||
|
||||
if (tmpPrefix.empty())
|
||||
tmpPrefix = "/tmp/infinidb";
|
||||
|
||||
|
||||
tmpPrefix += "/";
|
||||
|
||||
assert(tmpPrefix != "/");
|
||||
|
Reference in New Issue
Block a user