List:Commits« Previous MessageNext Message »
From:gni Date:August 8 2006 3:03am
Subject:bk commit into 5.0 tree (root:1.2243)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of root. When root 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-08-08 11:01:41+08:00, root@dev3-127.(none) +1 -0
  I have modified 3 files

  BUILD/SETUP.sh@stripped, 2006-08-08 10:51:08+08:00, root@dev3-127.(none) +4 -2
    1.have changed storage nodes to data nodes in mysql client when using "show status like 'nde%'" command.
    2.modified prefix from /usr/local/mysql to /mnt/mysql/home/mysql
    2.modified the BUILD/SETUP.sh change the line SSL_LIBRARY=--with-uassl to SSL_LIBRARY=--with-openssl

# 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:	root
# Host:	dev3-127.(none)
# Root:	/mnt/mysql/home/ngb/bug20848

--- 1.58/BUILD/SETUP.sh	2006-08-08 11:02:43 +08:00
+++ 1.59/BUILD/SETUP.sh	2006-08-08 11:02:43 +08:00
@@ -6,7 +6,8 @@
   exit 1
 fi
 
-prefix_configs="--prefix=/usr/local/mysql"
+#prefix_configs="--prefix=/usr/local/mysql"
+prefix_configs="--prefix=/mnt/mysql/home/mysql"
 just_print=
 just_configure=
 full_debug=
@@ -45,7 +46,8 @@
 AM_MAKEFLAGS="-j 4"
 
 # SSL library to use.
-SSL_LIBRARY=--with-yassl
+#SSL_LIBRARY=--with-yassl
+SSL_LIBRARY=--with-openssl
 
 # If you are not using codefusion add "-Wpointer-arith" to WARNINGS
 # The following warning flag will give too many warnings:
Thread
bk commit into 5.0 tree (root:1.2243)gni8 Aug