You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
feat(mcs): add -v option to enable logging to console
refactor(ci): switch S3 uploading to AWS CLI for logging S3 link docs: update README with to reflect changes in Drone pipeline feat(env): add activate script for portable Python fix(logging): log RequestException response body
This commit is contained in:
@ -37,7 +37,7 @@ class NodeConfig:
|
||||
def get_current_config_root(
|
||||
self, config_filename: str = DEFAULT_MCS_CONF_PATH, upgrade=True
|
||||
):
|
||||
"""Retrievs current configuration.
|
||||
"""Retrieves current configuration.
|
||||
|
||||
Read the config and returns Element.
|
||||
TODO: pretty the same function in misc.py - review
|
||||
|
Reference in New Issue
Block a user