1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-02 17:22:27 +03:00

change calpontConsole to mcsadmin

This commit is contained in:
david hill
2016-05-09 14:37:48 -05:00
parent 96076af522
commit e077644376
25 changed files with 88 additions and 75 deletions

View File

@ -11,7 +11,7 @@
04 - execplan
05 - joblist
06 - resultset
07 - calpontConsole
07 - cmcsadmin
08 - oamcpp
09 - servermonitor
10 - traphandler

View File

@ -52,7 +52,7 @@ const vector<string> SubsystemID = ba::list_of
("execplan") // id = 4
("joblist") // id = 5
("resultset") // id = 6
("calpontConsole") // id = 7
("mcsadmin") // id = 7
("oamcpp") // id = 8
("ServerMonitor") // id = 9
("traphandler") // id = 10

View File

@ -127,7 +127,7 @@ void m1()
MessageLog ml3(lid3);
args.reset();
m.reset();
args.add("subsystem 7 = calpontConsole test");
args.add("subsystem 7 = mcsadmin test");
m.format(args);
ml3.logDebugMessage(m);
Config::deleteInstanceMap();