You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
merge mcol59 to develop
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