mariadb/mysql-test/suite
Nikita Malyavin b549af6913 MDEV-26220 Server crashes with indexed by prefix virtual column
Server crashes in Field::register_field_in_read_map upon select from
partitioned table with indexed by prefix virtual column.

After several read-mark fixes a problem has surfaced:
Since KEY (c(10),a) uses only a prefix of c, a new field is created,
duplicated from table->field[3], with a new length. However,
vcol_inco->expr is not copied.

Therefore, (*key_info)->key_part[i].field->vcol_info->expr was left NULL
in ha_partition::index_init().

Solution: copy vcol_info from table field when it's set up.
2021-08-02 10:31:22 +02:00
..
archive
binlog MDEV-25595 DROP part of failed CREATE OR REPLACE is not written into binary log 2021-07-06 00:47:41 +03:00
binlog_encryption Some tests can take very long time when run with valgrind 2021-07-24 21:32:52 +03:00
csv
encryption MDEV-25998 InnoDB removes the tablespace from default encrypt list early 2021-07-26 16:01:33 +05:30
engines reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
federated MDEV-17573 Assertion in federatedx on multi-update 2020-12-09 20:15:29 +03:00
funcs_1 MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMA 2021-06-29 16:15:24 +03:00
funcs_2 Merge 10.1 into 10.2 2020-07-01 12:03:55 +03:00
galera MDEV-26062 : InnoDB: WSREP: referenced FK check fail: Lock wait index PRIMARY table schema.child_table 2021-07-26 15:55:58 +03:00
galera_3nodes MDEV-21192: SST failing when enabling IPV6 2021-05-25 05:08:25 +02:00
gcol MDEV-26220 Server crashes with indexed by prefix virtual column 2021-08-02 10:31:22 +02:00
handler
heap MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
innodb Some tests can take very long time when run with valgrind 2021-07-24 21:32:52 +03:00
innodb_fts Adjusted test results after the fix for MDEV-20411 2021-06-26 08:51:17 -07:00
innodb_gis MDEV-25758 InnoDB spatial indexes miss large geometry fields after MDEV-25459 2021-05-27 15:01:19 +05:30
innodb_zip MDEV-25361 fixup: Fix integer type mismatch 2021-07-22 17:53:43 +03:00
jp
json
large_tests
maria MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not possible to ALTER TABLE 2021-01-11 21:54:47 +01:00
mariabackup MDEV-25884 Tests use environment $USER variable without quotes 2021-06-10 00:26:56 +03:00
mtr/t
mtr2
multi_source MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
optimizer_unfixed_bugs MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
parts Merge branch '10.1' into 10.2 2020-08-03 02:57:50 +03:00
percona MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
perfschema MDEV-25641 max_password_errors not working with ed25519 auth plugin 2021-05-22 21:56:51 +02:00
perfschema_stress
plugins MDEV-25884 Tests use environment $USER variable without quotes 2021-06-10 00:26:56 +03:00
roles MDEV-26080: SHOW GRANTS does not quote role names properly for DEFAULT ROLE 2021-07-09 08:25:54 +02:00
rpl MDEV-25595 DROP part of failed CREATE OR REPLACE is not written into binary log 2021-07-06 00:47:41 +03:00
storage_engine MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
stress MDEV-22339 - Assertion `str_length < len' failed 2020-06-04 23:52:10 +02:00
sys_vars revive innodb_debug_sync 2021-04-27 11:51:17 +03:00
unit
vcol [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcols 2021-07-12 22:00:39 +03:00
wsrep Merge branch 'bb-10.2-release' into 10.2 2021-02-22 18:43:03 +01:00