mariadb/storage/xtradb/row
Jan Lindström c69357d8d4 MDEV-15611 Due to the failure of foreign key detection, Galera slave node killed himself.
Merge following change from 10.2

revision-id: d52cff9f10aeea208a1058f7b5527e602125584c (mariadb-10.2.14-25-gd52cff9)
parent(s): bc2501453c
author: Sachin Setiya
committer: Sachin Setiya
timestamp: 2018-04-04 12:26:06 +0530
message:

MDEV-15611 Due to the failure of foreign key detection, Galera...
slave node killed himself.

Problem:- If we try to delete table with foreign key and table whom it is
referring with wsrep_slave_threads>1 then galera tries to execute both
Delete_rows_log-event in parallel, which should not happen.

Solution:- This is happening because we do not have foreign key info in
write set. Upto version 10.2.7 it used to work fine. Actually it happening
because of issue in commit 2f342c4. wsrep_must_process_fk should be used
with negation.
2018-06-15 09:04:26 +03:00
..
row0ext.cc Revert "MDEV-6928: Add trx pointer to struct mtr_t" 2018-01-29 11:05:17 +02:00
row0ftsort.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
row0import.cc MDEV-13103 Deal with page_compressed page corruption 2018-06-14 13:46:07 +03:00
row0ins.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
row0log.cc Merge branch '10.0' into 10.1 2018-05-05 14:01:59 +02:00
row0merge.cc Merge 10.0 into 10.1 2018-05-09 15:58:04 +03:00
row0mysql.cc MDEV-16283 ALTER TABLE...DISCARD TABLESPACE still takes long on a large buffer pool 2018-05-29 14:00:20 +03:00
row0purge.cc 5.6.38-83.0 2018-01-23 18:04:34 +02:00
row0quiesce.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
row0row.cc Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
row0sel.cc MDEV-14589 InnoDB should not lock a delete-marked record 2018-05-29 08:54:33 +03:00
row0uins.cc Merge 10.0 into 10.1 2017-08-28 15:05:46 +03:00
row0umod.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
row0undo.cc Revert "MDEV-14705: Do not rollback on InnoDB shutdown" 2018-04-10 08:55:20 +03:00
row0upd.cc MDEV-15611 Due to the failure of foreign key detection, Galera slave node killed himself. 2018-06-15 09:04:26 +03:00
row0vers.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00