summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium32-debug-max
diff options
context:
space:
mode:
authorsjaakola <seppo.jaakola@iki.fi>2021-01-14 18:18:06 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2021-01-20 08:11:13 +0200
commit9377e9ba0c8c2b6a89d47e545eb292a6973ad2fb (patch)
tree8c006c284262be3e47ca13b545a59453d7f01bae /BUILD/compile-pentium32-debug-max
parent8bcddb02b7ba9399677e866a01d86279047beae1 (diff)
downloadmariadb-git-9377e9ba0c8c2b6a89d47e545eb292a6973ad2fb.tar.gz
MDEV-21153 Replica nodes crash due to indexed virtual columns and FK cascading delete
Fix for MDEV-23033 fixes a problem in replication applying of transactions, which contain cascading foreign key delete for a table, which has indexed virtual column. This fix adds slave_fk_event_map flag for table, to mark when the prelocking is needed for applying of a transaction. See commit 608b0ee52ef3e854ce14a407e64e936adbbeba23 for more details. However, this fix is targeted for async replication only, Rows_log_event::do_apply_event() has condition to rule out galera replication from the fix domain, and use cases suffering from MDEV-23033 and related MDEV-21153 will fail in galera cluster. The fix in this commit removes the condition to rule out the setting of slave_fk_event_map flag from galera replication, and makes the fix in MDEV-23033 effective for galera replication as well. However, the above fix has caused regressions for some galera_sr suite tests, which run tests for streaming replication. This regression can be observed e.g. by: /mtr galera_sr.galera_sr_multirow_rollback --mysqld=--slave_run_triggers_for_rbr=yes These galera_sr suite tests were failing in last phase of replication applying, where actual transaction is already applied, and streaming replication related meta data needs to be updated in wsrep system tables. Opening the wsrep system tables failed for corrupt data in THD::lex:query_tables_list. The fix in this commit uses back query table list for the duration of fragment update operation. Finally, a mtr test for virtual column support has been added. galera.galera_virtual_column.test has as first test a scenario from MDEV-21153 new fix Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
Diffstat (limited to 'BUILD/compile-pentium32-debug-max')
0 files changed, 0 insertions, 0 deletions