You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Revert "MCOL-1624 mcssystemready() does more testing"
This reverts commit 00ce77b742
.
This commit is contained in:
@ -2015,7 +2015,6 @@ extern "C"
|
|||||||
Oam oam;
|
Oam oam;
|
||||||
DBRM dbrm(true);
|
DBRM dbrm(true);
|
||||||
SystemStatus systemstatus;
|
SystemStatus systemstatus;
|
||||||
WriteEngine::FileOp fileOp;
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@ -2023,15 +2022,8 @@ extern "C"
|
|||||||
|
|
||||||
if (systemstatus.SystemOpState == ACTIVE
|
if (systemstatus.SystemOpState == ACTIVE
|
||||||
&& dbrm.getSystemReady()
|
&& dbrm.getSystemReady()
|
||||||
&& dbrm.getSystemQueryReady()
|
&& dbrm.getSystemQueryReady())
|
||||||
&& fileOp.existsOIDDir(1001))
|
|
||||||
{
|
{
|
||||||
// Test getting system catalogue data from ExeMgr
|
|
||||||
boost::shared_ptr<execplan::CalpontSystemCatalog> systemCatalogPtr =
|
|
||||||
execplan::CalpontSystemCatalog::makeCalpontSystemCatalog(0);
|
|
||||||
systemCatalogPtr->identity(execplan::CalpontSystemCatalog::FE);
|
|
||||||
systemCatalogPtr->getTableCount();
|
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user