=== modified file 'storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp' --- storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp 2008-12-15 19:41:01 +0000 +++ storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp 2009-01-13 09:15:25 +0000 @@ -2895,7 +2895,9 @@ int NdbDictionaryImpl::alterTableGlobal( DBUG_ENTER("NdbDictionaryImpl::alterTableGlobal"); // Alter the table int ret = m_receiver.alterTable(m_ndb, old_impl, impl); +#if 0 old_impl.m_status = NdbDictionary::Object::Invalid; +#endif if(ret == 0){ DBUG_RETURN(ret); } === modified file 'storage/ndb/src/ndbapi/TransporterFacade.cpp' --- storage/ndb/src/ndbapi/TransporterFacade.cpp 2009-01-09 09:34:36 +0000 +++ storage/ndb/src/ndbapi/TransporterFacade.cpp 2009-01-13 08:41:27 +0000 @@ -337,6 +337,7 @@ TransporterFacade::deliver_signal(Signal { if (m_globalDictCache == NULL) break; +#if 0 const AlterTableRep* rep = (const AlterTableRep*)theData; m_globalDictCache->lock(); m_globalDictCache-> @@ -345,6 +346,7 @@ TransporterFacade::deliver_signal(Signal rep->tableVersion, rep->changeType == AlterTableRep::CT_ALTERED); m_globalDictCache->unlock(); +#endif break; } case GSN_SUB_GCP_COMPLETE_REP: