mariadb/mysql-test/suite
Aleksey Midenkov ea2f09979f MDEV-28271 Assertion on TRUNCATE PARTITION for PARTITION BY SYSTEM_TIME
Like in MDEV-27217 vers_set_hist_part() for LIMIT depends on all
partitions selected in read_partitions. That bugfix just disabled
partition selection for DELETE with this check:

  if (table->pos_in_table_list &&
      table->pos_in_table_list->partition_names)
  {
    return HA_ERR_PARTITION_LIST;
  }

ALTER TABLE TRUNCATE PARTITION is a different story. First, it doesn't
update pos_in_table_list->partition_names, but
thd->lex->alter_info.partition_names. But we cannot depend on that
since alter_info will be stale for DML. Second, we should not disable
TRUNCATE PARTITION for that to be consistent with TRUNCATE TABLE
behavior.

Now we don't do vers_set_hist_part() for ALTER TABLE as this command
is not DML, so it does not produce history.
2022-04-29 13:31:41 +03:00
..
archive
binlog Merge 10.2 into 10.3 2022-03-29 09:53:15 +03:00
binlog_encryption
compat MDEV-27699 ANALYZE FORMAT=JSON fields are incorrect for UNION ALL queries 2022-04-18 07:50:14 +03:00
csv
encryption Merge 10.2 into 10.3 2022-04-06 08:06:35 +03:00
engines
federated Merge 10.2 into 10.3 2022-03-04 14:29:36 +02:00
funcs_1 MDEV-28253 Mysqldump - INVISIBLE column error 2022-04-07 23:02:23 +02:00
funcs_2
galera MDEV-28314 : The Galera cluster primary node goes into hang mode when innodb_encryption_threads is enabled 2022-04-20 07:42:21 +03:00
galera_3nodes MDEV-26171: wsrep_sst_receive_address does not parse IPv6 address correctly 2022-04-12 17:14:39 +02:00
gcol Merge branch 10.2 into 10.3 2022-03-16 12:49:13 +11:00
handler
heap
innodb MDEV-28422 Page split breaks a gap lock 2022-04-27 13:38:08 +03:00
innodb_fts MDEV-27582 Fulltext DDL decrements the FTS_DOC_ID value 2022-03-03 19:03:31 +05:30
innodb_gis Merge 10.2 into 10.3 2022-02-14 08:49:11 +02:00
innodb_zip Merge 10.2 into 10.3 2022-02-17 10:53:58 +02:00
jp
json
large_tests
maria MDEV-28269 Assertion `save_errno' in maria_write or ER_GET_ERRNO 2022-04-11 17:30:28 +03:00
mariabackup Merge 10.2 into 10.3 2022-04-06 08:06:35 +03:00
mtr/t
mtr2
multi_source
optimizer_unfixed_bugs
parts Merge remote-tracking branch 'origin/10.2' into 10.3 2022-04-14 11:50:34 +04:00
perfschema
perfschema_stress
plugins Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
roles
rpl Merge 10.2 into 10.3 2022-03-29 09:53:15 +03:00
sql_sequence MDEV-24617 OPTIMIZE on a sequence causes unexpected ER_BINLOG_UNSAFE_STATEMENT 2022-03-10 13:38:07 +02:00
storage_engine
stress
sys_vars MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
unit
vcol Merge branch '10.2' into 10.3 2022-04-21 10:05:50 +02:00
versioning MDEV-28271 Assertion on TRUNCATE PARTITION for PARTITION BY SYSTEM_TIME 2022-04-29 13:31:41 +03:00
wsrep MDEV-23328 Server hang due to Galera lock conflict resolution 2021-10-29 10:00:17 +03:00