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
MCOL-520
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user