mariadb/storage/innobase/row
Marko Mäkelä dae1b3b04c MDEV-15326: Backport trx_t::is_referenced()
Backport the applicable part of Sergey Vojtovich's commit
0ca2ea1a65 from MariaDB Server 10.3.

trx reference counter was updated under mutex and read without any
protection. This is both slow and unsafe. Use atomic operations for
reference counter accesses.
2019-09-04 09:42:38 +03:00
..
row0ext.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0ftsort.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0import.cc MDEV-19695 Import tablespace doesn't work with ROW_FORMAT=COMPRESSED encrypted tablespace 2019-06-06 12:54:34 +05:30
row0ins.cc MDEV-17187 table doesn't exist in engine after ALTER of FOREIGN KEY 2019-08-21 11:38:33 +03:00
row0log.cc MDEV-17228 Encrypted temporary tables are not encrypted 2019-06-28 19:07:59 +05:30
row0merge.cc fts_sync_table(), fts_sync() dead code removal 2019-07-25 13:34:36 +03:00
row0mysql.cc MDEV-17187 table doesn't exist in engine after ALTER of FOREIGN KEY 2019-08-21 11:38:33 +03:00
row0purge.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
row0quiesce.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0row.cc MDEV-19435 buf_fix_count > 0 for corrupted page when it exits the LRU list 2019-06-13 16:13:51 +03:00
row0sel.cc MDEV-15326: Backport trx_t::is_referenced() 2019-09-04 09:42:38 +03:00
row0trunc.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
row0uins.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0umod.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
row0undo.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0upd.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0vers.cc MDEV-15326: Backport trx_t::is_referenced() 2019-09-04 09:42:38 +03:00