mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fixes to replication team tree.
storage/innobase/handler/ha_innodb.cc: Using DBUG_RETURN() instead of normal return.
This commit is contained in:
parent
aca0abf2d0
commit
f156f1fe69
1 changed files with 1 additions and 1 deletions
|
@ -6278,7 +6278,7 @@ ha_innobase::external_lock(
|
|||
tx_isolation_names[tx_isolation],
|
||||
binlog_format_names[binlog_format]);
|
||||
my_error(ER_BINLOG_LOGGING_IMPOSSIBLE, MYF(0), buf);
|
||||
return HA_ERR_LOGGING_IMPOSSIBLE;
|
||||
DBUG_RETURN(HA_ERR_LOGGING_IMPOSSIBLE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue