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
more changes for names
This commit is contained in:
@ -489,7 +489,7 @@ void* thr_popper(ioManager *arg) {
|
||||
iomLogFileName << "C:/Calpont/log/trace/iom." << threadId;
|
||||
#else
|
||||
threadId=pthread_self();
|
||||
iomLogFileName << "/var/log/Calpont/trace/iom." << threadId;
|
||||
iomLogFileName << "/var/log/Columnstore/trace/iom." << threadId;
|
||||
#endif
|
||||
lFile.open(iomLogFileName.str().c_str(), ios_base::app | ios_base::ate);
|
||||
}
|
||||
@ -1293,7 +1293,7 @@ ioManager::ioManager(FileBufferMgr& fbm,
|
||||
#ifdef _MSC_VER
|
||||
FDTraceFile().open("C:/Calpont/log/trace/fdcache", ios_base::ate | ios_base::app);
|
||||
#else
|
||||
FDTraceFile().open("/var/log/Calpont/trace/fdcache", ios_base::ate | ios_base::app);
|
||||
FDTraceFile().open("/var/log/Columnstore/trace/fdcache", ios_base::ate | ios_base::app);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user