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-26 15:11:05 -05:00
parent 07e78c410b
commit 92cb061455

View File

@ -119,7 +119,7 @@ const string StartUp::tmpDir()
fTmpDirp = new string("/tmp");
*fTmpDirp = homedir + TempFileDir;
*fTmpDirp = *fTmpDirp + TempFileDir;
}
else
{