3187 Andrei Elkin 2010-10-27 [merge]
merge wl2540 repo to a local tree
added:
mysql-test/suite/rpl/extension/README.checksum
mysql-test/suite/rpl/extension/checksum.pl
modified:
mysql-test/collections/mysql-next-mr.push
=== modified file 'sql/rpl_master.cc'
--- a/sql/rpl_master.cc 2010-10-27 10:23:24 +0000
+++ b/sql/rpl_master.cc 2010-10-27 14:51:07 +0000
@@ -818,9 +818,10 @@ impossible position";
my_errno= ER_MASTER_FATAL_ERROR_READING_BINLOG;
errmsg= "Slave can not handle replication events with the checksum "
"that master is configured to log";
- sql_print_warning("Configured to log replication events with "
- "checksum Master rejects sending them to Slave "
- "that can not handle it.");
+ sql_print_warning("Master is configured to log replication events "
+ "with checksum, but will not send such events to "
+ "slaves that cannot process them");
+ goto err;
}
binlog_can_be_corrupted= test((*packet)[FLAGS_OFFSET+ev_offset] &
LOG_EVENT_BINLOG_IN_USE_F);
@@ -918,9 +919,9 @@ impossible position";
my_errno= ER_MASTER_FATAL_ERROR_READING_BINLOG;
errmsg= "Slave can not handle replication events with the checksum "
"that master is configured to log";
- sql_print_warning("Configured to log replication events with "
- "checksum Master rejects sending them to Slave "
- "that can not handle it.");
+ sql_print_warning("Master is configured to log replication events "
+ "with checksum, but will not send such events to "
+ "slaves that cannot process them");
goto err;
}
binlog_can_be_corrupted= test((*packet)[FLAGS_OFFSET+ev_offset] &
Attachment: [text/bzr-bundle] bzr/andrei.elkin@oracle.com-20101027150549-hjl2e908v82moxfa.bundle
| Thread |
|---|
| • bzr push into mysql-next-mr branch (andrei.elkin:3187) | Andrei Elkin | 27 Oct |