You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-59, change calpont.xml
This commit is contained in:
@@ -2325,7 +2325,7 @@ int ha_calpont_impl_rnd_init(TABLE* table)
|
||||
|
||||
if (!getenv("CALPONT_CONFIG_FILE"))
|
||||
{
|
||||
string calpontConfigFile(home + "/Calpont/etc/Calpont.xml");
|
||||
string calpontConfigFile(home + "/Calpont/etc/Columnstore.xml");
|
||||
setenv("CALPONT_CONFIG_FILE", calpontConfigFile.c_str(), 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user