You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
Squash merge of the threaded UM hash table construction feature.
Conflicts: oam/etc/Columnstore.xml.singleserver
This commit is contained in:
@@ -1305,7 +1305,7 @@ int8_t setupCwd(joblist::ResourceManager* rm)
|
||||
|
||||
if (rc < 0 || access(".", W_OK) != 0)
|
||||
rc = chdir("/tmp");
|
||||
|
||||
|
||||
return (rc < 0) ? -5 : rc;
|
||||
}
|
||||
|
||||
@@ -1359,7 +1359,7 @@ void cleanTempDir()
|
||||
return;
|
||||
|
||||
if (tmpPrefix.empty())
|
||||
tmpPrefix = "/tmp/infinidb";
|
||||
tmpPrefix = "/tmp/cs-diskjoin";
|
||||
|
||||
tmpPrefix += "/";
|
||||
|
||||
@@ -1636,4 +1636,3 @@ int main(int argc, char* argv[])
|
||||
return 0;
|
||||
}
|
||||
// vim:ts=4 sw=4:
|
||||
|
||||
|
Reference in New Issue
Block a user