Loading ndb/src/ndbapi/DictCache.cpp +8 −5 Original line number Diff line number Diff line Loading @@ -325,6 +325,8 @@ GlobalDictCache::invalidate_all() if (vers->size()) { TableVersion * ver = & vers->back(); if (ver->m_status != RETREIVING) { ver->m_impl->m_status = NdbDictionary::Object::Invalid; ver->m_status = DROPPED; if (ver->m_refCount == 0) Loading @@ -333,6 +335,7 @@ GlobalDictCache::invalidate_all() vers->erase(vers->size() - 1); } } } curr = m_tableHash.getNext(curr); } DBUG_VOID_RETURN; Loading Loading
ndb/src/ndbapi/DictCache.cpp +8 −5 Original line number Diff line number Diff line Loading @@ -325,6 +325,8 @@ GlobalDictCache::invalidate_all() if (vers->size()) { TableVersion * ver = & vers->back(); if (ver->m_status != RETREIVING) { ver->m_impl->m_status = NdbDictionary::Object::Invalid; ver->m_status = DROPPED; if (ver->m_refCount == 0) Loading @@ -333,6 +335,7 @@ GlobalDictCache::invalidate_all() vers->erase(vers->size() - 1); } } } curr = m_tableHash.getNext(curr); } DBUG_VOID_RETURN; Loading