1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-03 17:13:17 +03:00

Handle waiting locks

This commit is contained in:
Alexander Presnyakov
2025-09-04 16:37:32 +00:00
committed by Leonid Fedorov
parent cff5244e35
commit bd1575d34a
9 changed files with 219 additions and 146 deletions

View File

@@ -14,7 +14,7 @@ from mcs_cluster_tool.decorators import handle_output
logger = logging.getLogger('mcs_cli')
app = typer.Typer(
help='CMAPI itself related commands.'
help='Commands related to CMAPI itself.'
)