You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
feat(cmapi, mcs): MCOL-5525 Single start command for Single Node.
* feat(mcs): new mcs bootstrap-single-node command added into tools pane
This commit is contained in:
committed by
Alan Mologorsky
parent
727627a012
commit
7c27d803ba
@ -47,6 +47,9 @@ app.command(
|
||||
'cspasswd', rich_help_panel='Tools commands',
|
||||
short_help='Encrypt a Columnstore plaintext password.'
|
||||
)(tools_commands.cspasswd)
|
||||
app.command(
|
||||
'bootstrap-single-node', rich_help_panel='Tools commands',
|
||||
)(tools_commands.bootstrap_single_node)
|
||||
|
||||
|
||||
@app.command(
|
||||
|
Reference in New Issue
Block a user