mariadb/storage/innobase/row
Vlad Lesin 0a199cb810 MDEV-34108 Inappropriate semi-consistent read in RC if innodb_snapshot_isolation=ON
The fixes in b8a6719889 have not disabled
semi-consistent read for innodb_snapshot_isolation=ON mode, they just allowed
read uncommitted version of a record, that's why the test for MDEV-26643 worked
well.

The semi-consistent read should be disabled on upper level in
row_search_mvcc() for READ COMMITTED isolation level.

Reviewed by Marko Mäkelä.
2024-06-20 16:11:54 +03:00
..
row0ext.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
row0ftsort.cc Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
row0import.cc Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
row0ins.cc MDEV-34223 Innodb - add status variable for number of bulk inserts 2024-06-03 16:27:22 +05:30
row0log.cc MDEV-32050: Clean up online ALTER 2023-10-25 08:27:27 +03:00
row0merge.cc Merge 10.5 into 10.6 2024-02-13 20:42:59 +02:00
row0mysql.cc MDEV-26642/MDEV-26643/MDEV-32898 Implement innodb_snapshot_isolation 2024-03-20 09:48:03 +02:00
row0purge.cc MDEV-32068 Some calls to buf_read_ahead_linear() seem to be useless 2023-12-05 12:31:29 +02:00
row0quiesce.cc Check and remove high stack usage 2024-04-23 14:12:31 +03:00
row0row.cc MDEV-30400 Assertion height == btr_page_get_level(...) on INSERT 2023-01-24 14:09:21 +02:00
row0sel.cc MDEV-34108 Inappropriate semi-consistent read in RC if innodb_snapshot_isolation=ON 2024-06-20 16:11:54 +03:00
row0uins.cc MDEV-32050: Clean up log parsing 2023-10-25 08:27:08 +03:00
row0umod.cc MDEV-26642/MDEV-26643/MDEV-32898 Implement innodb_snapshot_isolation 2024-03-20 09:48:03 +02:00
row0undo.cc MDEV-32068 Some calls to buf_read_ahead_linear() seem to be useless 2023-12-05 12:31:29 +02:00
row0upd.cc Revert "MDEV-32964: Expect DB_INTERRUPTED from wsrep_row_upd_check_foreign_constraints" 2023-12-20 14:20:40 +01:00
row0vers.cc Merge 10.5 into 10.6 2023-09-19 10:47:26 +03:00