mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
forgot to commit this one in cset 1.1561 (replication)
This commit is contained in:
parent
bab7aac779
commit
68e1d7ad42
1 changed files with 4 additions and 4 deletions
|
@ -916,11 +916,11 @@ innobase_commit_low(
|
|||
/* Update the replication position info inside InnoDB */
|
||||
|
||||
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)
|
||||
(active_mi->rli.master_log_pos +
|
||||
active_mi->rli.event_len +
|
||||
active_mi->rli.pending));
|
||||
(active_mi->rli.group_master_log_pos +
|
||||
active_mi->rli.event_len
|
||||
));
|
||||
}
|
||||
#endif /* HAVE_REPLICATION */
|
||||
trx_commit_for_mysql(trx);
|
||||
|
|
Loading…
Reference in a new issue