mirror of
https://github.com/MariaDB/server.git
synced 2026-04-18 06:15:32 +02:00
Fix build on windows
Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
This commit is contained in:
parent
d036cc9b2f
commit
969fc61120
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue