1
0
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:
Oleksandr Byelkin
2023-08-08 21:03:46 +02:00
870 changed files with 11721 additions and 6311 deletions

View File

@ -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