You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-04 04:42:30 +03:00
8 lines
200 B
Python
8 lines
200 B
Python
import os
|
|
|
|
from cmapi_server.constants import CMAPI_DEFAULT_CONF_PATH
|
|
|
|
|
|
CONFIG_PATH_NEW = './mcs_node_control/test/Columnstore_new.xml'
|
|
CONFIG_PATH_OLD = './mcs_node_control/test/Columnstore_old.xml'
|