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