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

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