mariadb/mysql-test/suite/innodb/include
Kristian Nielsen 9fa718b1a1 Fix mariabackup InnoDB recovered binlog position on server upgrade
Before MariaDB 10.3.5, the binlog position was stored in the TRX_SYS page,
while after it is stored in rollback segments. There is code to read the
legacy position from TRX_SYS to handle upgrades. The problem was if the
legacy position happens to compare larger than the position found in
rollback segments; in this case, the old TRX_SYS position would incorrectly
be preferred over the newer position from rollback segments.

Fixed by always preferring a position from rollback segments over a legacy
position.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2023-11-03 09:13:51 +01:00
..
alter_table_pk_no_sort.inc MDEV-14119 Assertion cmp_rec_rec() in ALTER TABLE 2020-08-11 18:52:38 +03:00
autoinc_persist_alter.inc
crc32.pl Fix mariabackup InnoDB recovered binlog position on server upgrade 2023-11-03 09:13:51 +01:00
dml_ops.inc
have_innodb_bzip2.inc
have_innodb_lz4.inc
have_innodb_lzma.inc
have_innodb_lzo.inc
have_innodb_punchhole.inc
have_innodb_snappy.inc
have_undo_tablespaces.combinations MDEV-17049 Enable innodb_undo tests on buildbot 2018-09-07 22:10:02 +03:00
have_undo_tablespaces.inc MDEV-17049 Enable innodb_undo tests on buildbot 2018-09-07 22:10:02 +03:00
ibd_convert.pl Fix tests for innodb_checksum_algorithm=strict_crc32 2019-02-16 12:06:52 +02:00
import.inc MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-page-compression.inc Merge 10.2 into 10.3 2019-05-29 11:32:46 +03:00
innodb-util.pl Fix mariabackup InnoDB recovered binlog position on server upgrade 2023-11-03 09:13:51 +01:00
innodb-wl6045.inc MDEV-13443: Port innochecksum tests from 10.2 innodb_zip suite to 10.1 2017-08-07 12:39:38 +03:00
innodb_binlog.combinations MDEV-17073 INSERT…ON DUPLICATE KEY UPDATE became more deadlock-prone 2018-11-02 18:52:39 +02:00
innodb_binlog.inc MDEV-17073 INSERT…ON DUPLICATE KEY UPDATE became more deadlock-prone 2018-11-02 18:52:39 +02:00
innodb_bulk_create_index.inc Import WL#7277 bulk insert creation tests from MySQL 5.7 2017-11-20 13:28:34 +02:00
innodb_bulk_create_index_debug.inc MDEV-20310: Make InnoDB crash tests Valgrind-friendly 2019-08-13 13:32:27 +03:00
innodb_dict.inc MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb_isolation_selects.inc
innodb_merge_threshold_delete.inc Remove wait_innodb_all_purged.inc 2017-08-08 09:44:38 +03:00
innodb_merge_threshold_secondary.inc Remove wait_innodb_all_purged.inc 2017-08-08 09:44:38 +03:00
innodb_merge_threshold_update.inc Remove wait_innodb_all_purged.inc 2017-08-08 09:44:38 +03:00
innodb_stats.inc
log_file_cleanup.inc
no_checkpoint_end.inc MDEV-15682 mariabackup.unsupported_redo fails in buildbot with wrong result code 2018-03-29 13:22:59 +03:00
no_checkpoint_start.inc
restart_and_reinit.inc
show_i_s_tables.inc
show_i_s_tablespaces.inc Merge 10.3 into 10.4 2019-07-02 21:44:58 +03:00
wait_all_purged.inc MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_wait 2020-10-27 15:47:18 +02:00