mariadb/mysql-test/suite
Sergei Golubchik a587ded283 MDEV-24346 valgrind error in main.precedence
in queries like

  create view v1 as select 2 like 1 escape (3 in (select 0 union select 1));
  select 2 union select * from v1;

Item_func_like::escape was left uninitialized, because
Item_in_optimizer is const_during_execution()
but not actually const_item() during execution.

It's not, because const subquery evaluation was disabled for derived.
Practically it only needs to be disabled for multi-update
that runs fix_fields() before all tables are locked.
2020-12-19 11:44:42 +01:00
..
archive
binlog MDEV-22008 rpl.rpl_semi_sync fails in bb, MDEV-24418 reenable binlog_truncate_innodb and binlog_spurious_ddl_errors, rpl_parallel_retry fails in bb 2020-12-18 19:31:51 +01:00
binlog_encryption MDEV-22008 rpl.rpl_semi_sync fails in bb, MDEV-24418 reenable binlog_truncate_innodb and binlog_spurious_ddl_errors, rpl_parallel_retry fails in bb 2020-12-18 19:31:51 +01:00
csv
encryption MDEV-23867: insert... select crash in compute_window_func 2020-10-23 22:36:47 +05:30
engines Merge branch '10.1' into 10.2 2020-08-02 11:05:29 +02:00
federated MDEV-17573 Assertion in federatedx on multi-update 2020-12-09 20:15:29 +03:00
funcs_1 MDEV-24139: CHECK_CLAUSE field in INFORMATION_SCHEMA.CHECK_CONSTRAINTS truncate check constraints expressions 2020-12-07 09:56:06 +01:00
funcs_2 Merge 10.1 into 10.2 2020-07-01 12:03:55 +03:00
galera MDEV-23065 : Crash after setting wsrep_on to ON dynamically and reconnect 2020-12-19 09:43:13 +02:00
galera_3nodes Fix sporadic test failure on galera_parallel_apply_3nodes. 2020-10-30 09:19:29 +02:00
gcol MDEV-24041 Generated column DELETE with FOREIGN KEY crash InnoDB 2020-12-18 20:17:45 +10:00
handler
heap
innodb MDEV-24346 valgrind error in main.precedence 2020-12-19 11:44:42 +01:00
innodb_fts Merge 10.1 into 10.2 2020-10-21 14:02:04 +03:00
innodb_gis
innodb_zip
jp
json
large_tests
maria Merge branch '10.1' into 10.2 2020-08-02 11:05:29 +02:00
mariabackup MDEV-22929 MariaBackup option to report and/or continue when corruption is encountered 2020-12-01 08:08:57 +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
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
perfschema_stress
plugins MDEV-24318 server_audit doesn't respect filters for PROXY_CONNECT 2020-12-01 14:13:05 +04:00
roles MDEV-24289: show grants missing with grant option 2020-11-26 18:10:40 +01:00
rpl MDEV-22008 rpl.rpl_semi_sync fails in bb, MDEV-24418 reenable binlog_truncate_innodb and binlog_spurious_ddl_errors, rpl_parallel_retry fails in bb 2020-12-18 19:31:51 +01: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 MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4Gb 2020-12-10 08:45:20 +01:00
unit
vcol Merge branch '10.1' into 10.2 2020-10-29 15:16:53 +01:00
wsrep Clean up wsrep.variables 2020-11-03 08:49:10 +02:00