BUG#23051 (READ COMMITTED breaks mixed and statement-based replication):

Removing dead code.


storage/innobase/handler/ha_innodb.cc:
  Removing dead code.
This commit is contained in:
unknown 2007-06-22 02:27:18 +02:00
parent e4e3e885a3
commit aca0abf2d0

View file

@ -6272,8 +6272,6 @@ ha_innobase::external_lock(
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'",