mariadb/mysql-test/suite/versioning/r
Aleksey Midenkov 5597f877fe MDEV-33289 INTERVAL partitioning by system time does not work close to the end of timestamp range
1. Fix empty part_elem->id in prep_alter_part_table().

   On auto-create newly added partition has id 0. It came from
   set_up_default_partitions() for new part_info
   (thd->work_part_info). vers_update_el_ids() can work only with
   unassigned ids (UINT_MAX32), so we assign it explicitly on pushing
   into tab_part_info.

2. If range value is out of TIMESTAMP_MAX_VALUE set it to
   TIMESTAMP_MAX_VALUE, but only if the history partition is the last
   one, otherwise push ER_DATA_OUT_OF_RANGE. Error is to create
   multiple out-of-range partitions (e.g. with PARTITIONS clause in
   CREATE TABLE).
2026-01-23 14:42:25 +03:00
..
alter.result Merge 10.4 into 10.5 2024-02-13 14:25:21 +02:00
autoinc.result MDEV-22562 Assertion `next_insert_id == 0' upon UPDATE on system-versioned table 2021-03-31 21:25:36 +03:00
binlog.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
commit_id.result
create.result MDEV-29833 CREATE ... SELECT system_versioned_table causes invalid defaults 2022-10-26 15:30:38 +02:00
cte.result MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
data.result Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
debug.result Merge 10.8 into 10.9 2023-01-10 14:50:58 +02:00
delete.result MDEV-25644 UPDATE not working properly on transaction precise system versioned table 2023-07-20 18:22:31 +03:00
delete_history.result MDEV-37164 Assertion `vers_conditions.delete_history' failed upon PREPARE 2025-07-08 17:44:11 +03:00
derived.result MDEV-23779 Error upon querying the view, that selecting from versioned table with partitions 2020-10-20 10:49:54 +03:00
foreign.result MDEV-15990 handle timestamp-based collisions as well 2025-08-04 17:44:05 +02:00
insert.result Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
insert2.result MDEV-15990 handle timestamp-based collisions as well 2025-08-04 17:44:05 +02:00
misc.result MDEV-15990 versioning: don't allow changes in the past 2025-08-04 17:44:05 +02:00
not_embedded.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
online.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
optimized.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
partition,heap.rdiff Merge branch '10.6' into 10.11 2024-07-22 15:14:50 +02:00
partition.result MDEV-33289 INTERVAL partitioning by system time does not work close to the end of timestamp range 2026-01-23 14:42:25 +03:00
replace,trx_id.rdiff MDEV-15990 handle timestamp-based collisions as well 2025-08-04 17:44:05 +02:00
replace.result MDEV-15990 handle timestamp-based collisions as well 2025-08-04 17:44:05 +02:00
rpl.result Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
rpl_mix.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
rpl_row.result Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
rpl_stmt.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
select,trx_id.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
select.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
select2,trx_id.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
select2.result Merge 10.4 into 10.5 2020-05-31 10:28:59 +03:00
simple.result MDEV-28632 Change default of explicit_defaults_for_timestamp to ON 2022-08-10 15:03:22 +02:00
sysvars.result Merge branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
trx_id.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
update,trx_id.rdiff MDEV-25644 UPDATE not working properly on transaction precise system versioned table 2023-07-20 18:22:31 +03:00
update-big.result MDEV-17554 Auto-create new partition for system versioned tables with history partitioned by INTERVAL/LIMIT 2022-05-06 15:11:02 +03:00
update.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
view.result MDEV-23779 Error upon querying the view, that selecting from versioned table with partitions 2020-10-20 10:49:54 +03:00