mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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 */
|
||||
|
||||
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);
|
||||
|
Reference in New Issue
Block a user