You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
445bf70dc9
commit
7d955a0f85
@ -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;
|
||||
|
@ -27,7 +27,7 @@ SELECT f1(11);
|
||||
SELECT f1();
|
||||
--error 1242
|
||||
SELECT f1(100);
|
||||
--error 1241
|
||||
--error 4078
|
||||
SELECT f2(1);
|
||||
|
||||
# function drop
|
||||
|
Reference in New Issue
Block a user