List:Internals« Previous MessageNext Message »
From:igor Date:May 18 2005 1:17pm
Subject:bk commit into 4.1 tree (igor:1.2278)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of igor. When igor 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
  1.2278 05/05/18 04:17:13 igor@stripped +1 -0
  sql_yacc.yy:
    Added missing ';'.

  sql/sql_yacc.yy
    1.387 05/05/18 03:46:51 igor@stripped +1 -0
    Added missing ';'.

# 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:	igor
# Host:	rurik.mysql.com
# Root:	/home/igor/dev/mysql-4.1-0

--- 1.386/sql/sql_yacc.yy	Fri May 13 14:01:36 2005
+++ 1.387/sql/sql_yacc.yy	Wed May 18 03:46:51 2005
@@ -2475,6 +2475,7 @@
               YYABORT;
 	    }
           }
+        ;
 
 select_option_list:
 	select_option_list select_option
Thread
bk commit into 4.1 tree (igor:1.2278)igor18 May