Skip to content

Commit

Permalink
Fix build on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
  • Loading branch information
SachinSetiya authored and mariadb-SachinSetiya committed Apr 6, 2017
1 parent d036cc9 commit 969fc61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/log_event.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7586,9 +7586,10 @@ int Xid_log_event::do_apply_event(rpl_group_info *rgi)
Record any GTID in the same transaction, so slave state is transactionally
consistent.
*/

#ifdef WITH_WSREP
/*Set wsrep_affected_rows = 0 */
thd->wsrep_affected_rows= 0;
#endif

if (rgi->gtid_pending)
{
Expand Down

0 comments on commit 969fc61

Please sign in to comment.