Commit 68e1d7ad authored by unknown's avatar unknown

forgot to commit this one in cset 1.1561 (replication)

parent bab7aac7
...@@ -916,11 +916,11 @@ innobase_commit_low( ...@@ -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);
......
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