From: Date: October 9 2008 11:13am Subject: bzr commit into mysql-5.1 branch (tomas.ulin:2707) Bug#39927 List-Archive: http://lists.mysql.com/commits/55888 X-Bug: 39927 Message-Id: <20081009091335.CA1695D837B@linux.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/tomas/mysql_src/mysql-5.1-telco-6.3/ 2707 Tomas Ulin 2008-10-09 bug#39927: ndb_log_update_as_write does not work as expected" modified: sql/ha_ndbcluster_binlog.cc === modified file 'sql/ha_ndbcluster_binlog.cc' --- a/sql/ha_ndbcluster_binlog.cc 2008-10-07 08:52:37 +0000 +++ b/sql/ha_ndbcluster_binlog.cc 2008-10-09 09:13:22 +0000 @@ -3580,7 +3580,7 @@ ndbcluster_read_binlog_replication(THD * dict->getNdbError().classification == NdbError::SchemaError) { DBUG_PRINT("info", ("No %s.%s table", ndb_rep_db, ndb_replication_table)); - if (!table) + if (do_set_binlog_flags) set_binlog_flags(share, NBT_DEFAULT); DBUG_RETURN(0); }