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-4483: Fix and consolidate log files and cpimport logging.
This commit is contained in:
@ -52,6 +52,7 @@
|
||||
#include "IDBPolicy.h"
|
||||
#include "MonitorProcMem.h"
|
||||
#include "dataconvert.h"
|
||||
#include "mcsconfig.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace WriteEngine;
|
||||
@ -1149,7 +1150,8 @@ int main(int argc, char** argv)
|
||||
int rc = NO_ERROR;
|
||||
std::string exceptionMsg;
|
||||
TASK task; // track tasks being performed
|
||||
|
||||
// set this upfront
|
||||
curJob.setErrorDir(string(MCSLOGDIR) + "/cpimport/");
|
||||
try
|
||||
{
|
||||
//--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user