Commit ba4e56d8 authored by Kristian Nielsen's avatar Kristian Nielsen

Fix small merge errors after rebase

parent 92577cc0
...@@ -238,7 +238,6 @@ static void inline slave_rows_error_report(enum loglevel level, int ha_error, ...@@ -238,7 +238,6 @@ static void inline slave_rows_error_report(enum loglevel level, int ha_error,
thd->get_stmt_da()->sql_conditions(); thd->get_stmt_da()->sql_conditions();
Relay_log_info const *rli= rgi->rli; Relay_log_info const *rli= rgi->rli;
const Sql_condition *err; const Sql_condition *err;
Relay_log_info const *rli= rgi->rli;
buff[0]= 0; buff[0]= 0;
int errcode= thd->is_error() ? thd->get_stmt_da()->sql_errno() : 0; int errcode= thd->is_error() ? thd->get_stmt_da()->sql_errno() : 0;
......
...@@ -1848,7 +1848,6 @@ rpl_group_info::mark_start_commit() ...@@ -1848,7 +1848,6 @@ rpl_group_info::mark_start_commit()
} }
<<<<<<< TREE
/* /*
Format the current GTID as a string suitable for printing in error messages. Format the current GTID as a string suitable for printing in error messages.
...@@ -1869,7 +1868,6 @@ rpl_group_info::gtid_info() ...@@ -1869,7 +1868,6 @@ rpl_group_info::gtid_info()
} }
=======
/* /*
Undo the effect of a prior mark_start_commit(). Undo the effect of a prior mark_start_commit().
...@@ -1898,7 +1896,6 @@ rpl_group_info::unmark_start_commit() ...@@ -1898,7 +1896,6 @@ rpl_group_info::unmark_start_commit()
} }
>>>>>>> MERGE-SOURCE
rpl_sql_thread_info::rpl_sql_thread_info(Rpl_filter *filter) rpl_sql_thread_info::rpl_sql_thread_info(Rpl_filter *filter)
: rpl_filter(filter) : rpl_filter(filter)
{ {
......
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