mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.11' into 11.0
This commit is contained in:
@ -364,6 +364,8 @@ DROP TABLE t1;
|
||||
--echo # MDEV-14835: conversion to TVC with BIGINT or YEAR values
|
||||
--echo #
|
||||
|
||||
#Enable after fix MDEV-31178
|
||||
--disable_ps2_protocol
|
||||
SET @@in_predicate_conversion_threshold= 2;
|
||||
|
||||
CREATE TABLE t1 (a BIGINT);
|
||||
@ -379,6 +381,7 @@ SELECT * FROM t2 WHERE y IN ('2009','2011');
|
||||
DROP TABLE t1,t2;
|
||||
|
||||
SET @@in_predicate_conversion_threshold= default;
|
||||
--enable_ps2_protocol
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-17222: conversion to TVC with no names for constants
|
||||
|
Reference in New Issue
Block a user