From 61579c71778fb9a323bf6e737935c0deae87779b Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Sat, 24 Nov 2018 21:52:33 +0000 Subject: [PATCH] Revert "MCOL-1624 mcssystemready() does more testing" This reverts commit 00ce77b742ce284d41cdce3b5a8a7ce2247bea52. --- dbcon/mysql/ha_calpont_impl.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/dbcon/mysql/ha_calpont_impl.cpp b/dbcon/mysql/ha_calpont_impl.cpp index 9536ff24f..3be44d2b8 100644 --- a/dbcon/mysql/ha_calpont_impl.cpp +++ b/dbcon/mysql/ha_calpont_impl.cpp @@ -2015,7 +2015,6 @@ extern "C" Oam oam; DBRM dbrm(true); SystemStatus systemstatus; - WriteEngine::FileOp fileOp; try { @@ -2023,15 +2022,8 @@ extern "C" if (systemstatus.SystemOpState == ACTIVE && dbrm.getSystemReady() - && dbrm.getSystemQueryReady() - && fileOp.existsOIDDir(1001)) + && dbrm.getSystemQueryReady()) { - // Test getting system catalogue data from ExeMgr - boost::shared_ptr systemCatalogPtr = - execplan::CalpontSystemCatalog::makeCalpontSystemCatalog(0); - systemCatalogPtr->identity(execplan::CalpontSystemCatalog::FE); - systemCatalogPtr->getTableCount(); - return 1; } }