summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Malyavin <nikitamalyavin@gmail.com>2019-11-15 00:24:15 +1000
committerNikita Malyavin <nikitamalyavin@gmail.com>2020-02-21 02:38:58 +1000
commitb3cdef5f84aca3bcbcb39522fcf6609587d07668 (patch)
tree8daef9ef168cad37437aabdb5f7882cf529236f9
parenteea71e8b05acc6d52a5d500acbcaf1a57c7bad53 (diff)
downloadmariadb-git-b3cdef5f84aca3bcbcb39522fcf6609587d07668.tar.gz
overlaps: fix main.parser
-rw-r--r--mysql-test/main/parser.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/parser.result b/mysql-test/main/parser.result
index eb2a86ffe0e..22404bddb43 100644
--- a/mysql-test/main/parser.result
+++ b/mysql-test/main/parser.result
@@ -1702,7 +1702,7 @@ BEGIN NOT ATOMIC DECLARE overlaps INT; SET overlaps=10; SELECT overlaps; END
SELECT overlaps FROM t1
SELECT overlaps 'alias' FROM t1
SELECT overlaps()
-Error 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 1
+Error 1582 Incorrect parameter count in the call to native function 'overlaps()'
SELECT overlaps.overlaps()
Error 1630 FUNCTION overlaps.overlaps does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
SELECT overlaps DATE FROM t1