mariadb/mysql-test/suite/innodb
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
..
include MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_wait 2020-10-27 15:47:18 +02:00
r MDEV-24346 valgrind error in main.precedence 2020-12-19 11:44:42 +01:00
t MDEV-24346 valgrind error in main.precedence 2020-12-19 11:44:42 +01:00
disabled.def MDEV-23339 innodb_force_recovery=2 may still abort the rollback of recovered transactions 2020-07-30 09:24:36 +03:00