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