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
feat(cmapi): MCOL-5133: Stage1 to stand alone cli tool. (#3378)
[add] cluster api client class [fix] cli cluster_app using cluster api client [add] ClusterAction Enum [add] toggle_cluster_state function to reduce code duplication
This commit is contained in:
@ -314,6 +314,7 @@ def broadcast_new_config(
|
||||
:rtype: bool
|
||||
"""
|
||||
|
||||
# TODO: move this from multiple places to one, eg to helpers
|
||||
cfg_parser = get_config_parser(cmapi_config_filename)
|
||||
key = get_current_key(cfg_parser)
|
||||
version = get_version()
|
||||
|
Reference in New Issue
Block a user