mariadb/storage/innobase/handler
Thirunarayanan Balathandayuthapani 7fa12b1e34 MDEV-23026 purge fails with assert !rw_lock_own_flagged(lock, RW_LOCK_FLAG_X | RW_LOCK_FLAG_S)
InnoDB purge thread locks the root page of clustered index
while accessing the undo log records and later same thread
tries to open the table, initialize statistics and tries
to lock the clustered index root page while doing virtual
column computation.

Solution:
=========
InnoDB should prevent statistics initialization when the
table is being opened by purge thread
2021-04-15 18:09:52 +05:30
..
ha_innodb.cc MDEV-23026 purge fails with assert !rw_lock_own_flagged(lock, RW_LOCK_FLAG_X | RW_LOCK_FLAG_S) 2021-04-15 18:09:52 +05:30
ha_innodb.h MDEV-23076 Misleading "InnoDB: using atomic writes" 2021-03-22 18:12:44 +02:00
ha_xtradb.h MDEV-23474 InnoDB fails to restart after SET GLOBAL innodb_log_checksums=OFF 2020-08-18 16:46:07 +03:00
handler0alter.cc MDEV-24971 InnoDB access freed virtual column after rollback of secondary index 2021-04-13 11:18:19 +05:30
i_s.cc MDEV-23991 dict_table_stats_lock() has unnecessarily long scope 2020-10-27 19:09:20 +03:00
i_s.h Merge 10.1 into 10.2 2019-05-13 18:48:28 +03:00