diff options
author | Alexander Barkov <bar@mariadb.org> | 2017-02-02 22:59:07 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-04-05 15:02:56 +0400 |
commit | 72f43df623261d5fe579cb355451d84216c8882d (patch) | |
tree | 6d2921d9e807e624244af9273b2332e184a5bc60 /mysql-test/r/keywords.result | |
parent | ffbb2bbc09e7fc8c0f60d5c42ce521b4c31c94a7 (diff) | |
download | mariadb-git-72f43df623261d5fe579cb355451d84216c8882d.tar.gz |
MDEV-10914 ROW data type for stored routine variables
Diffstat (limited to 'mysql-test/r/keywords.result')
-rw-r--r-- | mysql-test/r/keywords.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/keywords.result b/mysql-test/r/keywords.result index 687a122d628..e2f29f7cfb5 100644 --- a/mysql-test/r/keywords.result +++ b/mysql-test/r/keywords.result @@ -274,7 +274,7 @@ drop table option; set option=1; ERROR HY000: Unknown system variable 'option' set option option=1; -ERROR HY000: Unknown system variable 'option' +ERROR 42000: 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 'option=1' at line 1 # # MDEV-9979 Keywords UNBOUNDED, PRECEDING, FOLLOWING, TIES, OTHERS should be non-reserved # |