From 5437ab0941e9f510a34268d4f617f1d43550ce47 Mon Sep 17 00:00:00 2001 From: mariadb-KirillPerov <102637268+KirillPerov@users.noreply.github.com> Date: Sun, 31 Jul 2022 01:13:10 +0300 Subject: [PATCH] Update mcs171_null_functions.result --- mysql-test/columnstore/basic/r/mcs171_null_functions.result | 2 -- 1 file changed, 2 deletions(-) diff --git a/mysql-test/columnstore/basic/r/mcs171_null_functions.result b/mysql-test/columnstore/basic/r/mcs171_null_functions.result index e8d470770..a30d06e47 100644 --- a/mysql-test/columnstore/basic/r/mcs171_null_functions.result +++ b/mysql-test/columnstore/basic/r/mcs171_null_functions.result @@ -39,8 +39,6 @@ abc SELECT NULLIF(1, 'abcd'); NULLIF(1, 'abcd') 1 -Warnings: -Warning 1292 Truncated incorrect DOUBLE value: 'abcd' SELECT a, ISNULL(a) FROM t1; a ISNULL(a) NULL 1