mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.6 into 10.11
This commit is contained in:
@ -322,7 +322,10 @@ CREATE TABLE t1 (a YEAR(2));
|
||||
--disable_prepare_warnings
|
||||
INSERT INTO t1 VALUES (0);
|
||||
SELECT a,NULLIF(a,2000),NULLIF(2000,a) FROM t1;
|
||||
# Enable after fix MDEV-31722
|
||||
--disable_cursor_protocol
|
||||
SELECT a,NULLIF(a,2001),NULLIF(2001,a) FROM t1;
|
||||
--enable_cursor_protocol
|
||||
DROP TABLE t1;
|
||||
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user