mariadb/storage/innobase
Marko Mäkelä bfb4761ca0 MDEV-24834 Assertion mtr->memo_contains_flagged() in btr0cur.cc:1500
A too strict debug assertion was introduced in
commit 03ca6495df (MDEV-24142).
It turns out that row_ins_sec_index_entry_low() may acquire a stronger
latch on the index. The old rw_lock_own(..., RW_LOCK_S) assertion
would hold also for the SX (Update) latch mode.

btr_cur_search_to_nth_level_func(): Relax the assertion to require
that the mini-transaction hold any of S or U latch.
2021-02-10 14:15:51 +02:00
..
btr MDEV-24834 Assertion mtr->memo_contains_flagged() in btr0cur.cc:1500 2021-02-10 14:15:51 +02:00
buf Merge 10.5 into 10.6 2021-02-07 12:32:33 +02:00
data Merge commit '10.4' into 10.5 2021-01-06 10:53:00 +01:00
dict Cleanup: Remove lock_get_size() 2021-01-27 18:02:11 +02:00
eval Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
fil Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
fsp MDEV-24720 AHI removal during rollback of bulk insert 2021-02-02 19:24:05 +05:30
fts Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
fut MDEV-22110 preparation: Remove mtr_memo_contains macros 2020-06-10 07:50:09 +03:00
gis MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
ha MDEV-22871: Remove pointer indirection for InnoDB hash_table_t 2020-06-18 14:16:01 +03:00
handler Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
ibuf MDEV-24569: Merge 10.5 into 10.6 2021-01-14 16:35:05 +02:00
include Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
lock Cleanup: Remove lock_trx_lock_list_init(), lock_table_get_n_locks() 2021-02-07 11:18:21 +02:00
log Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
mem Merge 10.4 into 10.5 2020-07-02 09:41:44 +03:00
mtr MDEV-24569: Merge 10.5 into 10.6 2021-01-14 16:35:05 +02:00
mysql-test/storage_engine
os MDEV-24685 - remove IO thread states output from SHOW ENGINE INNODB STATUS 2021-01-29 18:02:14 +02:00
page MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
pars Cleanups: 2021-01-27 15:45:39 +02:00
que MDEV-21452 fixup: Introduce trx_t::mutex_is_owner() 2021-02-05 16:37:06 +02:00
read MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
rem Merge 10.4 into 10.5 2021-01-11 16:29:51 +02:00
row Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
srv Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
sync MDEV-24167 fixup: Wake up all update_lock() in u_unlock() 2020-12-16 17:45:01 +02:00
trx Cleanup: Remove lock_trx_lock_list_init(), lock_table_get_n_locks() 2021-02-07 11:18:21 +02:00
ut Merge 10.5 into 10.6 2021-01-07 09:08:09 +02:00
.clang-format
bzip2.cmake
CMakeLists.txt MDEV-24731 Excessive mutex contention in DeadlockChecker::check_and_resolve() 2021-02-04 16:38:07 +02:00
compile-innodb
COPYING.Google
COPYING.Percona
innodb.cmake MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
lz4.cmake
lzma.cmake
lzo.cmake
plugin_exports
snappy.cmake