From 72f43df623261d5fe579cb355451d84216c8882d Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Thu, 2 Feb 2017 22:59:07 +0400 Subject: MDEV-10914 ROW data type for stored routine variables --- mysql-test/r/keywords.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/keywords.result') 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 # -- cgit v1.2.1