Browse Source

Fix build on windows

Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
pull/15/merge
Sachin Setiya 9 years ago
committed by Sachin Setiya
parent
commit
969fc61120
  1. 3
      sql/log_event.cc

3
sql/log_event.cc

@ -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)
{

Loading…
Cancel
Save