mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -328,7 +328,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