mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
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:
parent
e4e3e885a3
commit
aca0abf2d0
1 changed files with 0 additions and 2 deletions
|
@ -6272,8 +6272,6 @@ ha_innobase::external_lock(
|
||||||
binlog_format == BINLOG_FORMAT_STMT)
|
binlog_format == BINLOG_FORMAT_STMT)
|
||||||
{
|
{
|
||||||
char buf[256];
|
char buf[256];
|
||||||
bool const read_uncommitted =
|
|
||||||
trx->isolation_level == TRX_ISO_READ_UNCOMMITTED;
|
|
||||||
my_snprintf(buf, sizeof(buf),
|
my_snprintf(buf, sizeof(buf),
|
||||||
"Transaction level '%s' in"
|
"Transaction level '%s' in"
|
||||||
" InnoDB is not safe for binlog mode '%s'",
|
" InnoDB is not safe for binlog mode '%s'",
|
||||||
|
|
Loading…
Reference in a new issue