summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
diff options
context:
space:
mode:
authorunknown <antony@ppcg5.local>2007-02-07 14:22:19 -0800
committerunknown <antony@ppcg5.local>2007-02-07 14:22:19 -0800
commit6a46b6d6e6a69c152efd10867f101995322d1c8f (patch)
tree4f5de8bd64e14b001ea9fa5e51b872ee8433286b /sql/sql_yacc.yy
parent12ddb5f7c27dee26ff06931f4062263ef0e02503 (diff)
downloadmariadb-git-6a46b6d6e6a69c152efd10867f101995322d1c8f.tar.gz
Bug#12204
"CONNECTION is a reserved keyword" Allow connection to be used as an ordinary identifier Tests included. mysql-test/r/keywords.result: test that CONNECTION may be used as ordinary identifier test that CONNECTION may be used in stored procedure. mysql-test/t/keywords.test: test that CONNECTION may be used as ordinary identifier test that CONNECTION may be used in stored procedure. sql/sql_yacc.yy: Set CONNECTION as an unreserved keyword
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r--sql/sql_yacc.yy1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index b4147d2905c..37c591b4f4a 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -7926,6 +7926,7 @@ keyword_sp:
| COMPACT_SYM {}
| COMPRESSED_SYM {}
| CONCURRENT {}
+ | CONNECTION_SYM {}
| CONSISTENT_SYM {}
| CUBE_SYM {}
| DATA_SYM {}