List:Commits« Previous MessageNext Message »
From:msvensson Date:February 15 2007 1:58pm
Subject:bk commit into 5.0 tree (msvensson:1.2403)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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, 2007-02-15 14:58:24+01:00, msvensson@neptunus.(none) +1 -0
  Merge neptunus.(none):/home/msvensson/mysql/bug10777/my41-bug10777
  into  neptunus.(none):/home/msvensson/mysql/bug10777/my50-bug10777
  MERGE: 1.1616.2877.46

  sql/Makefile.am@stripped, 2007-02-15 14:58:20+01:00, msvensson@neptunus.(none) +0 -0
    Auto merged
    MERGE: 1.77.1.41

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/bug10777/my50-bug10777/RESYNC

--- 1.130/sql/Makefile.am	2007-02-15 14:58:29 +01:00
+++ 1.131/sql/Makefile.am	2007-02-15 14:58:29 +01:00
@@ -162,7 +162,8 @@ sql_yacc.o:	sql_yacc.cc sql_yacc.h $(HEA
 # this avoid the rebuild of the built files in a source dist
 lex_hash.h:	gen_lex_hash.cc lex.h
 		$(MAKE) $(AM_MAKEFLAGS) gen_lex_hash$(EXEEXT)
-		./gen_lex_hash$(EXEEXT) > $@
+		./gen_lex_hash$(EXEEXT) > $@-t
+		$(MV) $@-t $@
 
 # For testing of udf_example.so
 noinst_LTLIBRARIES= udf_example.la
Thread
bk commit into 5.0 tree (msvensson:1.2403)msvensson15 Feb