mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
forgot to commit this one in cset 1.1561 (replication)
This commit is contained in:
@ -916,11 +916,11 @@ innobase_commit_low(
|
|||||||
/* Update the replication position info inside InnoDB */
|
/* Update the replication position info inside InnoDB */
|
||||||
|
|
||||||
trx->mysql_master_log_file_name
|
trx->mysql_master_log_file_name
|
||||||
= active_mi->rli.master_log_name;
|
= active_mi->rli.group_master_log_name;
|
||||||
trx->mysql_master_log_pos = ((ib_longlong)
|
trx->mysql_master_log_pos = ((ib_longlong)
|
||||||
(active_mi->rli.master_log_pos +
|
(active_mi->rli.group_master_log_pos +
|
||||||
active_mi->rli.event_len +
|
active_mi->rli.event_len
|
||||||
active_mi->rli.pending));
|
));
|
||||||
}
|
}
|
||||||
#endif /* HAVE_REPLICATION */
|
#endif /* HAVE_REPLICATION */
|
||||||
trx_commit_for_mysql(trx);
|
trx_commit_for_mysql(trx);
|
||||||
|
Reference in New Issue
Block a user