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
fix(cmapi): MCOL-5133 maintainance flag typo.
This commit is contained in:
committed by
Alan Mologorsky
parent
d198ff77f2
commit
7c751ea53e
@ -37,7 +37,7 @@ def toggle_cluster_state(
|
|||||||
:type config: str
|
:type config: str
|
||||||
"""
|
"""
|
||||||
if action == ClusterAction.START:
|
if action == ClusterAction.START:
|
||||||
maintainance_flag = True
|
maintainance_flag = False
|
||||||
elif action == ClusterAction.STOP:
|
elif action == ClusterAction.STOP:
|
||||||
maintainance_flag = True
|
maintainance_flag = True
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user