summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authormkindahl@dl145h.mysql.com <>2008-02-03 11:48:45 +0100
committermkindahl@dl145h.mysql.com <>2008-02-03 11:48:45 +0100
commit221ef88c6af1def41afac15b4d131283d711b9da (patch)
treed0c898df36a5310bf8c80dd340f48b4537751267 /sql/sql_repl.cc
parentc35112de8c4ffb3fa02dd9a4bdbe34b0e2ece1c4 (diff)
downloadmariadb-git-221ef88c6af1def41afac15b4d131283d711b9da.tar.gz
Bug #34244 Test ndb_binlog_log_bin fails for 'drop table if
exists t1,t2,t3' Bug #34245 Test ndb_binlog_multi fails for 'CREATE TABLE' Bug #34246 Test rpl_ndb_transaction fails with 'Failed to create 'mysql/ndb_apply_status' Tests cases didn't wait for cluster to come up due to a typo in have_multi_ndb.inc.
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r--sql/sql_repl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc
index 91b8b626570..cdce2fa695b 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -1599,7 +1599,7 @@ int log_loaded_block(IO_CACHE* file)
uint max_event_size= current_thd->variables.max_allowed_packet;
lf_info= (LOAD_FILE_INFO*) file->arg;
if (lf_info->thd->current_stmt_binlog_row_based)
- return 0;
+ DBUG_RETURN(0);
if (lf_info->last_pos_in_file != HA_POS_ERROR &&
lf_info->last_pos_in_file >= my_b_get_pos_in_file(file))
DBUG_RETURN(0);