• Alexey Yurchenko's avatar
    Refs codership/mysql-wsrep#33 · 4ed9ddd3
    Alexey Yurchenko authored
      1. factored XID-related functions to a separate wsrep_xid.cc unit.
      2. refactored them to take refrences instead of pointers where appropriate
      3. implemented wsrep_get/set_SE_position to take wsrep_uuid_t and wsrep_seqno_t instead of XID
      4. call wsrep_set_SE_position() in wsrep_sst_received() to reinitialize SE checkpoint after SST was received, avoid assert() in setting code by first checking current position.
    4ed9ddd3
wsrep_mysqld.h 12.3 KB