You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-59, change calpont.xml
This commit is contained in:
@@ -301,11 +301,11 @@ void reportThread(string reporttype)
|
||||
system(cmd.c_str());
|
||||
cmd = "echo ' ' >> " + outputFile;
|
||||
system(cmd.c_str());
|
||||
cmd = "echo '################# cat /etc/Calpont.xml ################# ' >> " + outputFile;
|
||||
cmd = "echo '################# cat /etc/Columnstore.xml ################# ' >> " + outputFile;
|
||||
system(cmd.c_str());
|
||||
cmd = "echo ' ' >> " + outputFile;
|
||||
system(cmd.c_str());
|
||||
cmd = "cat " + installDir + "/etc/Calpont.xml >> " + outputFile;
|
||||
cmd = "cat " + installDir + "/etc/Columnstore.xml >> " + outputFile;
|
||||
system(cmd.c_str());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user