mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
c0d5d7c0ef
serialisation_list was supposed to instantly give minimum registered transaction serialisation number. However maintaining and accessing this list requires global mutex protection. Since we already take MVCC snapshot by iterating trx_sys_t::rw_trx_hash, it is cheap to integrate minimum registered transaction lookup into this iteration. |
||
---|---|---|
.. | ||
read0read.cc |