Skip to content

Commit

Permalink
MDEV-10914 ROW data type for stored routine variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Barkov committed Apr 5, 2017
1 parent ffbb2bb commit 72f43df
Show file tree
Hide file tree
Showing 42 changed files with 9,226 additions and 303 deletions.
2 changes: 1 addition & 1 deletion mysql-test/r/keywords.result
Expand Up @@ -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
#
Expand Down

0 comments on commit 72f43df

Please sign in to comment.