You've already forked mariadb-columnstore-engine
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:
committed by
GitHub
parent
b0225238d1
commit
05ae7a906f
@ -27,8 +27,10 @@ SELECT f1(11);
|
|||||||
SELECT f1();
|
SELECT f1();
|
||||||
--error 1242
|
--error 1242
|
||||||
SELECT f1(100);
|
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);
|
SELECT f2(1);
|
||||||
|
--enable_abort_on_error
|
||||||
|
|
||||||
# function drop
|
# function drop
|
||||||
DROP FUNCTION f1;
|
DROP FUNCTION f1;
|
||||||
|
Reference in New Issue
Block a user