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

This patch fixes changed errno brought by the recent 10.8 changes

This commit is contained in:
Roman Nozdrin
2022-07-01 19:49:19 +00:00
committed by Leonid Fedorov
parent 445bf70dc9
commit 7d955a0f85
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ERROR 42000: Incorrect number of arguments for FUNCTION mcs16_db.f1; expected 1,
SELECT f1(100);
ERROR 21000: Subquery returns more than 1 row
SELECT f2(1);
ERROR 21000: Operand should contain 1 column(s)
ERROR HY000: Illegal parameter data types int and row for operation 'SET'
DROP FUNCTION f1;
DROP FUNCTION f2;
DROP FUNCTION f2;

View File

@ -27,7 +27,7 @@ SELECT f1(11);
SELECT f1();
--error 1242
SELECT f1(100);
--error 1241
--error 4078
SELECT f2(1);
# function drop