1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00
This commit is contained in:
David Hill
2018-09-27 15:59:57 -05:00
parent cd848bfc85
commit c86b569c97
8 changed files with 90 additions and 72 deletions

View File

@ -94,7 +94,7 @@ throw runtime_error("CALPONT_INTERNAL_ERROR"); \
#if CSC_DEBUG
namespace
{
string tmpDir = startup::StartUp::installDir() + "csc.log";
string tmpDir = startup::StartUp::tmpDir() + "/csc.log";
std::ofstream csclog(tmpDir, std::ios::app);
}
#define DEBUG csclog