mariadb/storage/innobase/dict
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
..
dict0boot.cc MDEV-30106 InnoDB fails to validate the change buffer on startup 2022-11-28 11:34:22 +02:00
dict0crea.cc MDEV-34392 Inplace algorithm violates the foreign key constraint 2024-10-01 09:41:56 +05:30
dict0defrag_bg.cc Merge 10.4 into 10.5 2022-11-09 09:30:37 +02:00
dict0dict.cc MDEV-34392 Inplace algorithm violates the foreign key constraint 2024-10-01 09:41:56 +05:30
dict0load.cc MDEV-30936 clang 15.0.7 -fsanitize=memory fails massively 2023-03-28 11:44:24 +03:00
dict0mem.cc MDEV-30936 clang 15.0.7 -fsanitize=memory fails massively 2023-03-28 11:44:24 +03:00
dict0stats.cc MDEV-26516: WSREP: Record locking is disabled in this thread, but the table being modified 2024-11-28 01:02:35 +01:00
dict0stats_bg.cc MDEV-33046 fixup. Do not try to schedule timer without dict_stats_start() 2023-12-21 20:20:47 +01:00