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
MCOL-59 - change Calpont to Columnstore
This commit is contained in:
@ -203,7 +203,7 @@ void Config::parseDoc(void)
|
|||||||
throw runtime_error("Config::parseDoc: error parsing config file " + fConfigFile);
|
throw runtime_error("Config::parseDoc: error parsing config file " + fConfigFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (xmlStrcmp(cur->name, (const xmlChar *)"Calpont"))
|
if (xmlStrcmp(cur->name, (const xmlChar *)"Columnstore"))
|
||||||
{
|
{
|
||||||
xmlFreeDoc(fDoc);
|
xmlFreeDoc(fDoc);
|
||||||
fDoc = 0;
|
fDoc = 0;
|
||||||
|
Reference in New Issue
Block a user