List:Internals« Previous MessageNext Message »
From:krishnaprasadkg Date:August 21 2003 10:55am
Subject:bk commit into 4.1 tree (1.1581)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kp. When kp 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.1581 03/08/21 16:24:57 kp@blr-techserv.(none) +1 -0
  add NW changes

  configure.in
    1.243 03/08/21 16:24:54 kp@blr-techserv.(none) +2 -2
    add NW changes

# 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:	kp
# Host:	blr-techserv.(none)
# Root:	/home/kp/blr-engrlinux/bk/mysql-4.1_new

--- 1.242/configure.in	Thu Aug 21 14:21:47 2003
+++ 1.243/configure.in	Thu Aug 21 16:24:54 2003
@@ -1103,8 +1103,8 @@
           # Add library dependencies to mysqld_DEPENDENCIES
           lib_DEPENDENCIES="\$(bdb_libs_with_path) \$(innodb_libs) \$(pstack_libs) \$(innodb_system_libs) \$(openssl_libs)"
           cat > $filesed << EOF
-s,\(^.*\$(MAKE) gen_lex_hash\),#\1,
-s,\(\./gen_lex_hash\),\1.linux,
+s,\(^.*\$(MAKE) gen_lex_hash\)\$(EXEEXT),#\1,
+s,\(\./gen_lex_hash\)\$(EXEEXT),\1.linux,
 s%\(mysqld_DEPENDENCIES = \) %\1$lib_DEPENDENCIES %
 EOF
           ;;
Thread
bk commit into 4.1 tree (1.1581)krishnaprasadkg21 Aug