1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00
This commit is contained in:
David Hill
2018-09-27 15:59:57 -05:00
parent cd848bfc85
commit c86b569c97
8 changed files with 90 additions and 72 deletions

View File

@ -124,7 +124,9 @@ const string StartUp::tmpDir()
else
{
// non-root user
*fTmpDirp = homedir + "/.tmp";
fTmpDirp = new string(homedir);
*fTmpDirp = *fTmpDirp + "/.tmp";
}
#endif