mariadb/storage/innobase/row
Julius Goryavsky 8bc254dd62 MDEV-26516: WSREP: Record locking is disabled in this thread, but the table being modified
We periodically observe assertion failures in the mtr tests,
specifically in the /storage/innobase/row/row0ins.cc file,
following a WSREP error. The error message is: 'WSREP: record
locking is disabled in this thread, but the table being modified
is not mysql/wsrep_streaming_log: mysql/innodb_table_stats.'"
This issue seems to occur because, upon opening the table,
innodb_stats_auto_recalc may trigger, which Galera does not
anticipate. This commit should fix this bug.
2024-11-28 01:02:35 +01:00
..
row0ext.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
row0ftsort.cc Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
row0import.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
row0ins.cc MDEV-26516: WSREP: Record locking is disabled in this thread, but the table being modified 2024-11-28 01:02:35 +01:00
row0log.cc Merge 10.4 into 10.5 2022-12-13 14:39:18 +02:00
row0merge.cc MDEV-35116 InnoDB fails to set error index for HA_ERR_NULL_IN_SPATIAL 2024-10-14 14:28:24 +05:30
row0mysql.cc MDEV-34823 Invalid arguments in ib_push_warning() 2024-09-06 14:29:09 +03:00
row0purge.cc MDEV-34078 Memory leak in InnoDB purge with 32-column PRIMARY KEY 2024-10-01 18:35:39 +03:00
row0quiesce.cc Merge 10.4 into 10.5 2022-12-13 14:39:18 +02:00
row0row.cc MDEV-35122 Incorrect NULL value handling for instantly dropped BLOB columns 2024-10-15 12:04:37 +05:30
row0sel.cc MDEV-34823 Invalid arguments in ib_push_warning() 2024-09-06 14:29:09 +03:00
row0uins.cc Merge 10.3 into 10.4 2022-02-21 14:10:27 +03:00
row0umod.cc Merge 10.3 into 10.4 2022-02-21 14:10:27 +03:00
row0undo.cc Merge 10.4 into 10.5 2021-06-21 14:22:22 +03: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.4 into 10.5 2023-09-19 10:20:09 +03:00