1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-59, change calpont.xml

This commit is contained in:
david hill
2016-06-22 16:00:00 -05:00
parent 1bb58c6916
commit 7d8de28b43
104 changed files with 381 additions and 381 deletions

View File

@ -65,7 +65,7 @@ int main (int argc, char** argv)
string ipaddr = sysConfig->getConfig(msgPort, "IPAddr");
if (ipaddr.empty())
{
cerr << "CMP1 not configured in Calpont.xml, example of what to add to Calpont.xml:" << endl;
cerr << "CMP1 not configured in Columnstore.xml, example of what to add to Columnstore.xml:" << endl;
cerr << "<CMP1>" << endl;
cerr << " <IPAddr>127.0.0.1</IPAddr>" << endl;
cerr << " <Port>8650</Port>" << endl;