1
0
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:
Patrick LeBlanc
2019-11-21 14:41:00 -05:00
parent 8c2cef3727
commit 0d26dc447c
11 changed files with 837 additions and 375 deletions

View File

@@ -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: