codership / galera

Synchronous multi-master replication library
GNU General Public License v2.0
447 stars 177 forks source link

Fix trx meta depends_on assignment #625

Closed temeo closed 2 years ago

temeo commented 2 years ago

Depends_on was assigned too early for local transactions, before certification when the depends on is not known yet.

Fixed by moving the assignment after certification.