You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-520 - fix buildbot startup issue
This commit is contained in:
@ -97,6 +97,8 @@ const string StartUp::tmpDir()
|
||||
|
||||
if (!cfStr.empty())
|
||||
*fTmpDirp = cfStr;
|
||||
|
||||
return *fTmpDirp;
|
||||
|
||||
#else
|
||||
|
||||
@ -140,12 +142,11 @@ const string StartUp::tmpDir()
|
||||
catch (...)
|
||||
{}
|
||||
|
||||
*fTmpDirp = TempFileDir;
|
||||
return TempFileDir;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
return *fTmpDirp;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user