1
0
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:
david hill
2016-06-24 08:57:02 -05:00
parent ef34856bbe
commit 7e43892584

View File

@ -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;