Fixes to replication team tree.

parent 6821e5ca
...@@ -6278,7 +6278,7 @@ ha_innobase::external_lock( ...@@ -6278,7 +6278,7 @@ ha_innobase::external_lock(
tx_isolation_names[tx_isolation], tx_isolation_names[tx_isolation],
binlog_format_names[binlog_format]); binlog_format_names[binlog_format]);
my_error(ER_BINLOG_LOGGING_IMPOSSIBLE, MYF(0), buf); 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