1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

moved CONFIGURE option to bottom of list

This commit is contained in:
David Hill
2017-08-15 20:41:26 +00:00
parent 4fe3678043
commit d9233bde49

View File

@ -558,7 +558,6 @@ namespace oam
HEARTBEAT_SEND,
PROCBUILDSYSTEMTABLES,
LOCALHEARTBEAT,
CONFIGURE,
RECONFIGURE,
PROCESSRESTART,
GETSOFTWAREINFO,
@ -580,7 +579,8 @@ namespace oam
MASTERDIST,
DISABLEREP,
PROCGLUSTERASSIGN,
PROCGLUSTERUNASSIGN
PROCGLUSTERUNASSIGN,
CONFIGURE
};