1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00
This commit is contained in:
David Hill
2018-09-21 09:28:33 -05:00
parent 1f58669460
commit 455776ed49
11 changed files with 36 additions and 1402 deletions

View File

@ -106,7 +106,7 @@ const string StartUp::tmpDir()
if (p && *p)
homedir = p;
*fTmpDirp = homedir + "/tmp";
*fTmpDirp = homedir + "/.tmp";
}
#endif