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
Create dir to download BRM data to.
This commit is contained in:
@ -4368,6 +4368,7 @@ int ProcessMonitor::getDBRMdata(string *path)
|
||||
|
||||
boost::uuids::uuid u = boost::uuids::random_generator()();
|
||||
bf::path pTmp = bf::path(*path) / boost::uuids::to_string(u);
|
||||
bf::create_directories(pTmp);
|
||||
*path = pTmp.string();
|
||||
log.writeLog(__LINE__, "Downloading DBRM files to " + *path, LOG_TYPE_DEBUG);
|
||||
|
||||
|
Reference in New Issue
Block a user