Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
This commit is contained in:
commit
f36bcd0e95
@ -3468,7 +3468,7 @@ NdbDictionaryImpl::getEvent(const char * eventName)
|
|||||||
delete ev;
|
delete ev;
|
||||||
DBUG_RETURN(NULL);
|
DBUG_RETURN(NULL);
|
||||||
}
|
}
|
||||||
if (info->m_table_impl->m_status == NdbDictionary::Object::Invalid)
|
if (info->m_table_impl->m_status != NdbDictionary::Object::Retrieved)
|
||||||
{
|
{
|
||||||
removeCachedObject(*info->m_table_impl);
|
removeCachedObject(*info->m_table_impl);
|
||||||
info= get_local_table_info(ev->getTableName(), true);
|
info= get_local_table_info(ev->getTableName(), true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user