You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-27 21:01:50 +03:00
MCOL-3 directory name changes
This commit is contained in:
@ -37,7 +37,7 @@ using namespace std;
|
||||
|
||||
namespace BRM {
|
||||
#ifdef BRM_INFO
|
||||
std::ofstream brmlog("/var/log/Columnstore/brm.log", std::ios::app);
|
||||
std::ofstream brmlog("/var/log/mariadb/columnstore/brm.log", std::ios::app);
|
||||
|
||||
Tracer::Tracer(const std::string& file, int line, const std::string& msg, bool debug, bool writeNow): fFileName(file), fLine(line), fMsg(msg), fDebug(debug), fpid(getpid())
|
||||
{
|
||||
|
Reference in New Issue
Block a user