mariadb/storage/innobase
Sachin Setiya e333d82964 MDEV-12398 All cluster nodes stop due to a foreign key constraint failure
Comment from Codership:-
To fix the problem, we changed the certification logic in galera to treat insert
on child table row as exclusive to prevent any operation on referenced
parent table row. At the same time, update and delete on
 child table row were demoted to "shared", which makes it possible to
update/delete referenced parent table row, but only in a later transaction.
 This change allows somewhat more concurrency for foreign key constrained
 transactions, but is still safe for correct certification end result.
2017-06-22 11:38:50 +05:30
..
api MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
btr Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
buf Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00
data 5.6.31 2016-06-21 14:21:03 +02:00
dict Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
dyn Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
eval
fil Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
fsp Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00
fts MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
fut Part 1 of MDEV-8139 Fix scrubbing tests 2017-01-04 18:21:42 +02:00
ha
handler Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
ibuf Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
include Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
lock Never pass NULL to innobase_get_stmt() 2017-05-17 08:27:04 +03:00
log MDEV-12975 InnoDB redo log minimum size check uses detected file size instead of requested innodb_log_file_size 2017-06-19 16:17:03 +03:00
mach 5.6.35 2017-01-07 14:24:42 +02:00
mem 5.6.31 2016-06-21 14:21:03 +02:00
mtr Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
mysql-test/storage_engine Follow-up for MDEV-8675 and MDEV-8676 2015-09-14 03:12:54 +03:00
os Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
page Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
pars MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
que
read
rem Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
row MDEV-12398 All cluster nodes stop due to a foreign key constraint failure 2017-06-22 11:38:50 +05:30
srv Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00
sync Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
trx Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
CMakeLists.txt MDEV-12591 MariaDB embedded server refuses start with innodb_plugin 2017-04-27 19:12:45 +02:00
compile-innodb
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def
plugin_exports