Commit 7eee6b62 authored by unknown's avatar unknown

Fixes to replication team tree.


storage/innobase/handler/ha_innodb.cc:
  Using DBUG_RETURN() instead of normal return.
parent 5954d6ad
......@@ -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);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment