List:Commits« Previous MessageNext Message »
From:Patrick Galbraith Date:December 8 2006 12:31pm
Subject:bk commit into 5.2 tree (patg:1.2353)
View as plain text  
Below is the list of changes that have just been committed into a local
5.2 repository of patg. When patg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2006-12-08 07:31:50-05:00, patg@stripped +1 -0
  sql_yacc.yy:
    added 'OPTIONS' to keyword_sp to allow it to be used in column or sp names.

  sql/sql_yacc.yy@stripped, 2006-12-08 07:30:02-05:00, patg@stripped +1 -0
    added 'OPTIONS' to keyword_sp to allow it to be used in column or sp names.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	patg
# Host:	govinda.patg.net
# Root:	/home/patg/mysql-build/mysql-5.2-wl3031.clone2

--- 1.455/sql/sql_yacc.yy	2006-12-08 07:31:56 -05:00
+++ 1.456/sql/sql_yacc.yy	2006-12-08 07:31:56 -05:00
@@ -9575,6 +9575,7 @@
 	| OLD_PASSWORD		{}
 	| ONE_SHOT_SYM		{}
         | ONE_SYM               {}
+        | OPTIONS_SYM           {}
 	| PACK_KEYS_SYM		{}
 	| PARTIAL		{}
 	| PARTITIONING_SYM	{}
Thread
bk commit into 5.2 tree (patg:1.2353)Patrick Galbraith8 Dec