mariadb/storage/innobase/trx
Marko Mäkelä 581df0df89 MDEV-7962: Follow-up fix for 10.2
dict_stats_update_if_needed(): Replace the parameter THD*
with const trx_t& so that trx_t::is_wsrep() can be invoked
instead of the more expensive wsrep_on().

Replace also other occurrences of wsrep_on() with trx_t::is_wsrep().
2020-04-27 15:32:28 +03:00
..
trx0i_s.cc MDEV-20950 Reduce size of record offsets 2019-12-13 00:26:50 +07:00
trx0purge.cc add innodb_debug_sync var to support DEBUG_SYNC from purge threads 2019-10-11 17:02:39 +10:00
trx0rec.cc MDEV-21511: Remove unnecessary code 2020-01-17 14:27:29 +02:00
trx0roll.cc MDEV-7962: Follow-up fix for 10.2 2020-04-27 15:32:28 +03:00
trx0rseg.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0sys.cc MDEV-15326 preparation: Remove trx_sys_t::n_prepared_trx 2019-09-04 09:42:38 +03:00
trx0trx.cc Merge 10.1 into 10.2 2020-04-27 13:28:13 +03:00
trx0undo.cc MDEV-15326: InnoDB: Failing assertion: !other_lock 2019-09-04 09:42:38 +03:00