1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +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

@@ -184,14 +184,14 @@ int constructPMList( const std::vector<uint32_t>& dbRootList,
catch (std::exception& ex)
{
std::cout << "Error mapping DBRoot " << dbRoot << " to a PM. " <<
ex.what() << ". Verify that this DBRoot is in Calpont.xml."<<
ex.what() << ". Verify that this DBRoot is in Columnstore.xml."<<
std::endl;
return 5;
}
catch (...)
{
std::cout << "Error mapping DBRoot " << dbRoot << " to a PM. " <<
"Unknown exception. Verify that this DBRoot is in Calpont.xml"<<
"Unknown exception. Verify that this DBRoot is in Columnstore.xml"<<
std::endl;
return 5;
}