mariadb/mysql-test/suite
Thirunarayanan Balathandayuthapani 2469963f05 MDEV-36270 mariabackup.incremental_compressed fails in 10.11+
- During prepare of incremental backup, mariabackup does create
new file in target directory with default file size of
4 * innodb_page_size. While applying .delta file to corresponding
data file, it encounters the FSP_SIZE modification on page0 and
tries to extend the file to the size which is 4 in our case.
Since the table is in compressed row format, page_size for the
table is 8k. This lead to shrinking of tablespace file from 65536
to 32768. This issue happens only in windows because
os_file_set_size() doesn't check for the current size
and shrinks the file.

Solution:
========
xtrabackup_apply_delta(): Check for the current size before
doing setting size for the file.
2025-03-25 11:56:35 +01:00
..
archive MDEV-22964: archive.archive and main.mysqlbinlog_{row,stmt}_compressed) 2024-12-16 10:04:07 +11:00
binlog MDEV-33658 1/2 Refactoring: extract Key length initialization 2025-01-26 16:15:46 +01:00
binlog_encryption Add --source include/long_test.inc to some tests 2025-03-15 11:15:54 +01:00
client
compat MDEV-27769 Assertion failed in Field::ptr_in_record upon UPDATE in ORACLE mode 2025-01-26 16:15:46 +01:00
csv Backporting bugs fixes fixed by MDEV-31340 from 11.5 2024-05-21 14:58:01 +04:00
encryption MDEV-35869 Wrong result using degenerated subquery with window function 2025-01-23 13:50:29 -08:00
engines MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
federated MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04:00
funcs_1 MDEV-34716 Fix mysql.servers socket max length too short 2024-12-17 10:40:57 +11:00
funcs_2 Add --source include/long_test.inc to some tests 2025-03-15 11:15:54 +01:00
galera galera: synchronization between branches and editions 2025-03-05 01:47:15 +01:00
galera_3nodes galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00
galera_3nodes_sr galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00
galera_sr galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00
gcol MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
handler MDEV-30263 Assertion failure in Protocol::end_statement upon HANDLER READ with invalid timestamp 2024-12-13 16:27:14 +01:00
heap MDEV-28130 MariaDB SEGV issue at tree_search_next 2025-01-14 18:56:14 +03:00
innodb Add --source include/long_test.inc to some tests 2025-03-15 11:15:54 +01:00
innodb_fts Correct cursor protocol tests main.{loaddata,grant_plugin} & innodb_fts.fulltext 2024-11-21 21:43:44 +11:00
innodb_gis MDEV-35420 Server aborts while deleting the record in spatial index 2025-03-21 15:26:21 +01:00
innodb_i_s Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
innodb_zip MDEV-33658 1/2 Refactoring: extract Key length initialization 2025-01-26 16:15:46 +01:00
jp
json MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
large_tests MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
maria MDEV-22935 Erroneous Aria Index / Optimizer behaviour 2024-06-05 10:29:49 +03:00
mariabackup MDEV-36270 mariabackup.incremental_compressed fails in 10.11+ 2025-03-25 11:56:35 +01:00
mtr/t
mtr2
multi_source Merge from 10.4 to 10.5 2024-04-15 17:46:49 +02:00
optimizer_unfixed_bugs
parts Add --source include/long_test.inc to some tests 2025-03-15 11:15:54 +01:00
perfschema MDEV-33978 P_S.THREADS is not showing all server threads 2025-01-27 12:11:47 +02:00
perfschema_stress
period MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
plugins MDEV-35604: SIGSEGV in filter_query_type | log_statement_ex / auditing 2024-12-09 09:42:26 +01:00
roles MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04:00
rpl Add --source include/long_test.inc to some tests 2025-03-15 11:15:54 +01:00
s3 MDEV-29968 update test results 2025-01-18 08:10:49 +01:00
sql_sequence MDEV-36038 ALTER TABLE…SEQUENCE does not work correctly with InnoDB 2025-02-18 16:38:18 +01:00
storage_engine
stress
sys_vars MDEV-29775 : Assertion `0' failed in void Protocol::end_statement() when adding data to the MyISAM table after setting wsrep_mode=replicate_myisam 2025-02-02 04:16:05 +01:00
unit
vcol MDEV-26891 Segfault in Field::register_field_in_read_map upon INSERT 2025-01-14 18:56:13 +03:00
versioning MDEV-35343 unexpected replace behaviour when long unique index on 2025-01-14 18:56:13 +03:00
wsrep galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00