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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user