List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:June 22 2007 12:27am
Subject:bk commit into 5.1 tree (mats:1.2533) BUG#23051
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-06-22 02:27:18+02:00, mats@stripped +1 -0
  BUG#23051 (READ COMMITTED breaks mixed and statement-based replication):
  Removing dead code.

  storage/innobase/handler/ha_innodb.cc@stripped, 2007-06-22 02:27:11+02:00, mats@stripped +0 -2
    Removing dead code.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	mats
# Host:	kindahl-laptop.dnsalias.net
# Root:	/home/bk/b28722-mysql-5.1-rpl

--- 1.343/storage/innobase/handler/ha_innodb.cc	2007-06-22 02:27:26 +02:00
+++ 1.344/storage/innobase/handler/ha_innodb.cc	2007-06-22 02:27:26 +02:00
@@ -6272,8 +6272,6 @@
                     binlog_format == BINLOG_FORMAT_STMT)
                 {
                         char buf[256];
-                        bool const read_uncommitted =
-                          trx->isolation_level == TRX_ISO_READ_UNCOMMITTED;
                         my_snprintf(buf, sizeof(buf),
                                     "Transaction level '%s' in"
                                     " InnoDB is not safe for binlog mode '%s'",
Thread
bk commit into 5.1 tree (mats:1.2533) BUG#23051Mats Kindahl22 Jun