mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
8bc254dd62
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. |
||
---|---|---|
.. | ||
row0ext.cc | ||
row0ftsort.cc | ||
row0import.cc | ||
row0ins.cc | ||
row0log.cc | ||
row0merge.cc | ||
row0mysql.cc | ||
row0purge.cc | ||
row0quiesce.cc | ||
row0row.cc | ||
row0sel.cc | ||
row0uins.cc | ||
row0umod.cc | ||
row0undo.cc | ||
row0upd.cc | ||
row0vers.cc |