You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-02 17:22:27 +03:00
5 lines
134 B
Python
5 lines
134 B
Python
import os
|
|
|
|
MCS_CLI_ROOT_PATH = os.path.dirname(__file__)
|
|
MCS_CLI_LOG_CONF_PATH = os.path.join(MCS_CLI_ROOT_PATH, 'mcs_cli_log.conf')
|