Skip to content

Commit

Permalink
Refs codership#104 - fixing missed initializers for STID
Browse files Browse the repository at this point in the history
  • Loading branch information
ayurchen committed Oct 30, 2014
1 parent 7c4bd06 commit 5d77921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion galera/src/replicator_smm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,8 @@ wsrep_status_t galera::ReplicatorSMM::replay_trx(TrxHandleMaster* trx,
for (unsigned int i(0); i < repld.size(); ++i)
{
TrxHandleSlave* const tr(repld[i]);
wsrep_trx_meta_t meta = {{state_uuid_, tr->global_seqno() },
wsrep_trx_meta_t meta = {{ state_uuid_, tr->global_seqno() },
{ tr->source_id(), tr->trx_id() },
tr->depends_seqno()};

gu_trace(
Expand Down

0 comments on commit 5d77921

Please sign in to comment.