You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
merge
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2014 InfiniDB, Inc.
|
||||
/* Copyright (C) 2016 MariaDB, Corporation
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2014 InfiniDB, Inc.
|
||||
/* Copyright (C) 2016 MariaDB, Corporation
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
@ -221,7 +221,7 @@ int BPPSeeder::operator()()
|
||||
#ifdef _MSC_VER
|
||||
LogFileName << "C:/Calpont/log/trace/pt." << tid;
|
||||
#else
|
||||
LogFileName << "/var/log/Columnstore/trace/pt." << tid;
|
||||
LogFileName << "/var/log/mariadb/columnstore/trace/pt." << tid;
|
||||
#endif
|
||||
spof.reset(new PTLogs_t(gThdCnt, LogFileName.str().c_str()));
|
||||
gThdCnt++;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2014 InfiniDB, Inc.
|
||||
/* Copyright (C) 2016 MariaDB, Corporation
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2014 InfiniDB, Inc.
|
||||
/* Copyright (C) 2016 MariaDB, Corporation
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2014 InfiniDB, Inc.
|
||||
/* Copyright (C) 2016 MariaDB, Corporation
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
@ -252,7 +252,7 @@ void* waitForSIGUSR1(void* p)
|
||||
#ifdef _MSC_VER
|
||||
ofstream out("C:/Calpont/log/trace/pplru.dat");
|
||||
#else
|
||||
ofstream out("/var/log/Columnstore/trace/pplru.dat");
|
||||
ofstream out("/var/log/mariadb/columnstore/trace/pplru.dat");
|
||||
#endif
|
||||
for (int i = 0; i < cacheCount; i++)
|
||||
{
|
||||
@ -602,7 +602,7 @@ int main(int argc, char* argv[])
|
||||
#ifdef _MSC_VER
|
||||
ofstream* qszLog = new ofstream("C:/Calpont/log/trace/ppqsz.dat");
|
||||
#else
|
||||
ofstream* qszLog = new ofstream("/var/log/Columnstore/trace/ppqsz.dat");
|
||||
ofstream* qszLog = new ofstream("/var/log/mariadb/columnstore/trace/ppqsz.dat");
|
||||
#endif
|
||||
if (!qszLog->good())
|
||||
{
|
||||
|
Reference in New Issue
Block a user