1
0
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:
Patrick LeBlanc
2019-08-16 13:11:37 -05:00
parent 7f4d060dc3
commit 5f497a0517

View File

@ -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);