1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

more fixes

This commit is contained in:
david hill
2016-05-13 16:35:11 -05:00
parent 3e46a8e9ce
commit 46b371b8d2
4 changed files with 38 additions and 38 deletions

View File

@@ -301,11 +301,11 @@ void reportThread(string reporttype)
system(cmd.c_str());
cmd = "echo ' ' >> " + outputFile;
system(cmd.c_str());
cmd = "echo '################# cat /etc/MariaDB/Columnstore.xml ################# ' >> " + outputFile;
cmd = "echo '################# cat /etc/Calpont.xml ################# ' >> " + outputFile;
system(cmd.c_str());
cmd = "echo ' ' >> " + outputFile;
system(cmd.c_str());
cmd = "cat " + installDir + "/etc/MariaDB/Columnstore.xml >> " + outputFile;
cmd = "cat " + installDir + "/etc/Calpont.xml >> " + outputFile;
system(cmd.c_str());
}