summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Malyavin <nikitamalyavin@gmail.com>2019-11-15 00:24:15 +1000
committerNikita Malyavin <nikitamalyavin@gmail.com>2020-01-21 20:35:05 +1000
commitc528bbe4584a2d52626b0fbd5a8b3955c4049b39 (patch)
treef5e886005cc1c46f835f45cc2849bcf2fd79e9e4
parentb423e60f743bc45f74219895fe5e05398a0d6d96 (diff)
downloadmariadb-git-c528bbe4584a2d52626b0fbd5a8b3955c4049b39.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 ff51ebe61b4..70e22ce53d6 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