Fix build on windows

Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
This commit is contained in:
Sachin Setiya 2017-03-28 13:09:28 +05:30 committed by Sachin Setiya
commit 969fc61120

View file

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