mariadb/storage/xtradb
Marko Mäkelä 5421e3aee7 MDEV-15249 Crash in MVCC read after IMPORT TABLESPACE
PageConverter::adjust_cluster_record(): Instead of writing
the invalid value DB_ROLL_PTR=0, write a value that indicates
a fresh insert, that is, prevents the DB_ROLL_PTR from being
dereferenced in any circumstances.

It can be argued that IMPORT TABLESPACE should actually
update the dict_index_t::trx_id to prevent older transactions
from accessing the table, similar to what I did on table
rebuild in MySQL 5.6.6 in
03f81a55f2
2018-02-08 12:59:32 +02:00
..
api Revert "MDEV-6928: Add trx pointer to struct mtr_t" 2018-01-29 11:05:17 +02:00
btr Revert "MDEV-6928: Add trx pointer to struct mtr_t" 2018-01-29 11:05:17 +02:00
buf Merge branch 'merge-xtradb-5.6' into 10.0 2018-01-24 20:20:11 +02:00
data Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
dict Merge branch 'merge-xtradb-5.6' into 10.0 2018-01-24 20:20:11 +02:00
dyn Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
eval move to storage/xtradb 2015-05-04 19:15:28 +02:00
fil Merge branch 'merge-xtradb-5.6' into 10.0 2018-01-24 20:20:11 +02:00
fsp MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and possibly deadlocks 2017-08-25 14:01:51 +03:00
fts Revert "MDEV-6928: Add trx pointer to struct mtr_t" 2018-01-29 11:05:17 +02:00
fut move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha 5.6.30-76.3 2016-06-21 14:20:09 +02:00
handler Revert "MDEV-6928: Add trx pointer to struct mtr_t" 2018-01-29 11:05:17 +02:00
ibuf MDEV-12173 "Error: trying to do an operation on a dropped tablespace" 2018-01-22 16:58:13 +02:00
include MDEV-15249 Crash in MVCC read after IMPORT TABLESPACE 2018-02-08 12:59:32 +02:00
lock Merge branch 'merge-xtradb-5.6' into 10.0 2018-01-24 20:20:11 +02:00
log Merge branch 'merge-xtradb-5.6' into 10.0 2018-01-24 20:20:11 +02:00
mach 5.5.55-38.8 2017-07-18 19:47:01 +02:00
mem Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
mtr Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
mysql-test/storage_engine MDEV-12915 ST_Centroid does not return the same result than MySQL 2017-08-01 09:52:59 +02:00
os Merge branch 'merge-xtradb-5.6' into 10.0 2018-01-24 20:20:11 +02:00
page Merge branch 'merge-xtradb-5.6' into 10.0 2018-01-24 20:20:11 +02:00
pars Merge branch 'merge-xtradb-5.6' into 10.0 2017-05-17 12:11:12 +03:00
que 5.6.24-72.2 2015-06-16 11:04:40 +02:00
read move to storage/xtradb 2015-05-04 19:15:28 +02:00
rem Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
row MDEV-15249 Crash in MVCC read after IMPORT TABLESPACE 2018-02-08 12:59:32 +02:00
srv Remove xtradb "fragmentation-statistics" patches 2018-01-24 20:21:58 +02:00
sync 5.6.38-83.0 2018-01-23 18:04:34 +02:00
trx Revert "MDEV-6928: Add trx pointer to struct mtr_t" 2018-01-29 11:05:17 +02:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 13:29:28 +03:00
CMakeLists.txt compilation fix for SLES 11 SP4 2017-08-13 23:37:21 +02:00
COPYING.Google move to storage/xtradb 2015-05-04 19:15:28 +02:00
COPYING.Percona move to storage/xtradb 2015-05-04 19:15:28 +02:00
Doxyfile move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha_innodb.def move to storage/xtradb 2015-05-04 19:15:28 +02:00