List:Commits« Previous MessageNext Message »
From:kent Date:May 15 2006 11:59pm
Subject:bk commit into 5.1 tree (kent:1.2141)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mysqldev. When mysqldev 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.2141 06/05/16 01:59:09 kent@stripped +1 -0
  Merge mysql.com:/data0/mysqldev/my/tmp_merge
  into  mysql.com:/data0/mysqldev/my/mysql-5.1-new

  support-files/mysql.spec.sh
    1.141 06/05/16 01:59:00 kent@stripped +2 -2

# 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:	kent
# Host:	production.mysql.com
# Root:	/data0/mysqldev/my/mysql-5.1-new/RESYNC

--- 1.140/support-files/mysql.spec.sh	2006-05-04 21:55:02 +02:00
+++ 1.141/support-files/mysql.spec.sh	2006-05-16 01:59:00 +02:00
@@ -218,7 +218,7 @@
             --with-mysqld-user=%{mysqld_user} \
             --with-unix-socket-path=/var/lib/mysql/mysql.sock \
             --prefix=/ \
-	    --with-extra-charsets=complex \
+	    --with-extra-charsets=all \
 %if %{YASSL_BUILD}
 	    --with-yassl \
 %endif
@@ -683,6 +683,13 @@
 # itself - note that they must be ordered by date (important when
 # merging BK trees)
 %changelog 
+ %changelog 
+* Wed May 10 2006 Kent Boortz <kent@stripped>
+
+- Use character set "all" for the "max", to make Cluster nodes
+  independent on the character set directory, and the problem that
+  two RPM sub packages both wants to install this directory.
+
 * Mon May 01 2006 Kent Boortz <kent@stripped>
 
 - Use "./libtool --mode=execute" instead of searching for the
Thread
bk commit into 5.1 tree (kent:1.2141)kent16 May