1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Update mcs16_functions_define_call_drop.test

This commit is contained in:
mariadb-KirillPerov
2022-11-06 06:46:55 +06:00
committed by GitHub
parent b0225238d1
commit 05ae7a906f

View File

@ -27,8 +27,10 @@ SELECT f1(11);
SELECT f1();
--error 1242
SELECT f1(100);
--error 1241
--disable_abort_on_error
--replace_regex /Cannot cast 'row' as 'int' in assignment of `f2(1)`/ERROR 21000: Operand should contain 1 column(s)/
SELECT f2(1);
--enable_abort_on_error
# function drop
DROP FUNCTION f1;