#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);
}
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (tomas.ulin:2707) Bug#39927 | Tomas Ulin | 9 Oct |