1
0
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:
david hill
2016-05-12 14:14:24 -05:00
parent b78043dc8a
commit 0dbd823c00
185 changed files with 15440 additions and 16894 deletions

View File

@ -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')

View File

@ -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')

View File

@ -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')