Commit ca3fcf15 authored by unknown's avatar unknown
Browse files

Merge mysql.com:/home/mydev/mysql-5.1

into  mysql.com:/home/mydev/mysql-5.1-bug8841

parents 70dcbf9e 6753b5fd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -33,3 +33,10 @@ rpl_until : Unstable test case, bug#15886
sp-goto              : GOTO is currently is disabled - will be fixed in the future
subselect            : Bug#15706 (ps mode) [PATCH PENDING]
rpl_ndb_log          : result not deterministic
sp-code              : Bug #17360
binlog_row_mix_innodb_myisam : Bug #17386
binlog_row_insert_select : Bug #17385
rpl_row_basic_2myisam : Bug #17385
rpl_row_basic_3innodb : Bug #17385
rpl_row_create_table : Bug #17385
mysqldump : Bug #17383 Bug #17384
+1 −1
Original line number Diff line number Diff line
@@ -3468,7 +3468,7 @@ NdbDictionaryImpl::getEvent(const char * eventName)
    delete ev;
    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);
    info= get_local_table_info(ev->getTableName(), true);