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
more changes for names
This commit is contained in:
@ -56,7 +56,7 @@ def find_paths():
|
||||
except KeyError:
|
||||
try:
|
||||
logger.info("Environment variable CALPONT_CONFIG_FILE not set, looking for system Calpont.xml")
|
||||
config_file = '/usr/local/Calpont/etc/Calpont.xml'
|
||||
config_file = '/usr/local/MariaDB/Columnstore/etc/Calpont.xml'
|
||||
os.lstat(config_file)
|
||||
except:
|
||||
logger.error('No config file available')
|
||||
|
@ -9,7 +9,7 @@ def find_paths():
|
||||
config_file = os.environ['CALPONT_CONFIG_FILE']
|
||||
except KeyError:
|
||||
try:
|
||||
config_file = '/usr/local/Calpont/etc/Calpont.xml'
|
||||
config_file = '/usr/local/MariaDB/Columnstore/etc/Calpont.xml'
|
||||
os.lstat(config_file)
|
||||
except:
|
||||
sys.exit('No config file available')
|
||||
|
@ -53,7 +53,7 @@ def find_paths():
|
||||
except KeyError:
|
||||
try:
|
||||
logger.info("Environment variable CALPONT_CONFIG_FILE not set, looking for system Calpont.xml")
|
||||
config_file = '/usr/local/Calpont/etc/Calpont.xml'
|
||||
config_file = '/usr/local/MariaDB/Columnstore/etc/Calpont.xml'
|
||||
os.lstat(config_file)
|
||||
except:
|
||||
logger.error('No config file available')
|
||||
|
Reference in New Issue
Block a user