1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Update mcs16_functions_define_call_drop.test

This commit is contained in:
mariadb-KirillPerov
2022-11-07 02:58:13 +06:00
committed by GitHub
parent 435fe58e84
commit 29c1a6c6d1

View File

@ -28,7 +28,7 @@ SELECT f1();
--error 1242
SELECT f1(100);
--disable_abort_on_error
--replace_regex /ERROR HY000/ERROR 21000/ /Cannot cast 'row' as 'int' in assignment of `f2(1)`/Operand should contain 1 column(s)/
--replace_regex /HY000/21000/ /Cannot cast 'row' as 'int' in assignment of `f2\(1\)`/Operand should contain 1 column(s)/
SELECT f2(1);
--enable_abort_on_error