1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-16871 in_predicate_conversion_threshold cannot be set in my.cnf

This commit is contained in:
Sergei Golubchik
2019-09-01 15:28:11 +02:00
parent 7e08ac0b41
commit 08b01ace8a
10 changed files with 35 additions and 29 deletions

View File

@ -2,7 +2,7 @@
# MDEV-12176 Transform [NOT] IN predicate with long list of values INTO [NOT] IN subquery
#
source include/have_debug.inc;
--source include/default_optimizer_switch.inc
source include/default_optimizer_switch.inc;
create table t1 (a int, b int);