mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
fix(cmapi): MCOL-5133 maintainance flag typo.
This commit is contained in:
parent
d198ff77f2
commit
7c751ea53e
@ -37,7 +37,7 @@ def toggle_cluster_state(
|
||||
:type config: str
|
||||
"""
|
||||
if action == ClusterAction.START:
|
||||
maintainance_flag = True
|
||||
maintainance_flag = False
|
||||
elif action == ClusterAction.STOP:
|
||||
maintainance_flag = True
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user