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 11:23:43 -05:00
parent 4e6e5647ef
commit 81e35e35eb
9 changed files with 41 additions and 29 deletions

View File

@ -263,7 +263,10 @@ void Config::checkReload( )
}
// Directory in which to place file buffer temporary files.
string TmpFileDir = startup::StartUp::tmpDir();
string hdfsRdwrScratch = cf->getConfig("SystemConfig", "hdfsRdwrScratch");
hdfsRdwrScratch = TmpFileDir + hdfsRdwrScratch
if ( hdfsRdwrScratch.length() == 0 )
{