1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-1002. Replace InfiniDB with Columnstore in the returned message.

This commit is contained in:
Roman Nozdrin
2018-02-27 07:51:41 +03:00
committed by Roman Nozdrin
parent ad2f469811
commit 393f7d7bb9

View File

@ -583,7 +583,7 @@ void WESDHandler::setup()
if (rtn < 1)
{
ostringstream oss;
oss << "System is not ready (" << rtn << "). Verify that InfiniDB is up and ready ";
oss << "System is not ready (" << rtn << "). Verify that Columnstore is up and ready ";
//fLog.logMsg( oss.str(), MSGLVL_ERROR );
setContinue(false);
throw runtime_error( oss.str() );