mariadb/mysql-test/suite/maria
Monty bb8c82c66a Fixed bug in redo handling of batch insert in Aria
The symptom of the bug was that one got the following in
the aria recovery log:
"Table 'xxx', id 57, has create_rename_lsn (1,0x12dee) more recent than LOGREC_FILE_ID's LSN (1,0x12dc4), ignoring open request"

After this all future redo entries was marked with
"For table of short id 57, table skipped, so skipping record"

Analyze:
When ending batch insert, create_rename_lsn for the table
is updated to signal that earlier redo entries for the
table can't be applied. The problem was that future redo
entries was also ignored as redo code assumed they where
for the old table.

Fixed by calling translog_dessign_id, which causes
future redo entries to be seen as belonging to the
updated table.
2019-03-14 12:19:32 +02:00
..
alter.result MDEV-14943 Alter table ORDER BY bug 2018-05-15 13:12:35 +03:00
alter.test MDEV-14943 Alter table ORDER BY bug 2018-05-15 13:12:35 +03:00
collations.result
collations.test
compat_aliases-master.opt
concurrent.result Merge 10.1 into 10.2 2018-08-31 15:10:02 +03:00
concurrent.test MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexes 2018-08-27 22:00:14 +03:00
create.result MDEV-17067 Server crash in write_block_record 2018-08-24 21:03:22 +03:00
create.test MDEV-17067 Server crash in write_block_record 2018-08-24 21:03:22 +03:00
distinct.result
distinct.test
dynamic.result
dynamic.test
encrypt-wrong-key.result
encrypt-wrong-key.test
fulltext2.result MDEV-9137 MariaDB Crash on Query Using Aria Engine 2018-09-22 00:22:09 +02:00
fulltext2.test MDEV-9137 MariaDB Crash on Query Using Aria Engine 2018-09-22 00:22:09 +02:00
group_commit.result
group_commit.test
icp.result MDEV-14576 Include full name of object in message about incorrect value for column. 2018-12-16 02:21:41 +04:00
icp.test
insert_select-7314.result
insert_select-7314.test
insert_select.result
insert_select.test
lock.result Add an end-marker to ease future merges 2018-05-29 16:52:59 +03:00
lock.test Add an end-marker to ease future merges 2018-05-29 16:52:59 +03:00
locking.result
locking.test
maria-autoinc.result MDEV-15352 AUTO_INCREMENT breaks after updating a column value to a negative number 2018-06-14 13:13:23 +04:00
maria-autoinc.test MDEV-15352 AUTO_INCREMENT breaks after updating a column value to a negative number 2018-06-14 13:13:23 +04:00
maria-autozerofill.result
maria-autozerofill.test
maria-big.result
maria-big.test
maria-big2.result
maria-big2.test
maria-connect.result
maria-connect.test
maria-gis-recovery.opt
maria-gis-recovery.result
maria-gis-recovery.test
maria-gis-rtree-dynamic.result
maria-gis-rtree-dynamic.test
maria-gis-rtree-trans.result
maria-gis-rtree-trans.test
maria-gis-rtree.result
maria-gis-rtree.test
maria-mvcc.result
maria-mvcc.test
maria-no-logging.result
maria-no-logging.test
maria-page-checksum.result
maria-page-checksum.test
maria-partitioning.result
maria-partitioning.test
maria-preload.result
maria-preload.test
maria-purge.result
maria-purge.test
maria-recover-master.opt
maria-recover.result
maria-recover.test
maria-recovery-big-master.opt
maria-recovery-big.result
maria-recovery-big.test
maria-recovery-bitmap-master.opt
maria-recovery-bitmap.result
maria-recovery-bitmap.test
maria-recovery-master.opt
maria-recovery-rtree-ft-master.opt
maria-recovery-rtree-ft.result
maria-recovery-rtree-ft.test
maria-recovery.result Fixed bug in redo handling of batch insert in Aria 2019-03-14 12:19:32 +02:00
maria-recovery.test Fixed bug in redo handling of batch insert in Aria 2019-03-14 12:19:32 +02:00
maria-recovery2-master.opt
maria-recovery2.result
maria-recovery2.test
maria-recovery3-master.opt
maria-recovery3.result
maria-recovery3.test
maria-ucs2.result
maria-ucs2.test
maria.result Merge branch '10.1' into 10.2 2018-09-14 08:47:22 +02:00
maria.test Merge branch '10.1' into 10.2 2018-09-14 08:47:22 +02:00
maria2.result
maria2.test
maria3.result
maria3.test
maria_notembedded.result
maria_notembedded.test
maria_partition.result
maria_partition.test
maria_showlog_error.result
maria_showlog_error.test
max_length.result
max_length.test
mrr.result
mrr.test
optimize.result
optimize.test
ps_maria.result
ps_maria.test
repair.result
repair.test
small_blocksize-master.opt
small_blocksize.result
small_blocksize.test
suite.pm
truncate.result
truncate.test