You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-13 16:01:32 +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);
|
||||
}
|
||||
|
||||
if (xmlStrcmp(cur->name, (const xmlChar *)"Calpont"))
|
||||
if (xmlStrcmp(cur->name, (const xmlChar *)"Columnstore"))
|
||||
{
|
||||
xmlFreeDoc(fDoc);
|
||||
fDoc = 0;
|
||||
|
Reference in New Issue
Block a user