Commit 969fc611 authored by Sachin Setiya's avatar Sachin Setiya Committed by Sachin Setiya

Fix build on windows

Signed-off-by: default avatarSachin Setiya <sachinsetia1001@gmail.com>
parent d036cc9b
......@@ -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)
{
......
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