List:Commits« Previous MessageNext Message »
From:Monty Taylor Date:April 29 2008 7:28am
Subject:bk commit into 5.1 tree (mtaylor:1.2588)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mtaylor.  When mtaylor 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, 2008-04-29 00:28:44-07:00, mtaylor@solace.(none) +1 -0
  Reverted libtoolization change. Too greedy. 

  config/ac-macros/ha_ndbcluster.m4@stripped, 2008-04-29 00:28:42-07:00, mtaylor@solace.(none) +1 -1
    Reverted libtoolization change. Too greedy. 

diff -Nrup a/config/ac-macros/ha_ndbcluster.m4 b/config/ac-macros/ha_ndbcluster.m4
--- a/config/ac-macros/ha_ndbcluster.m4	2008-04-28 19:18:43 -07:00
+++ b/config/ac-macros/ha_ndbcluster.m4	2008-04-29 00:28:42 -07:00
@@ -189,7 +189,7 @@ AC_DEFUN([MYSQL_SETUP_NDBCLUSTER], [
   TEST_NDBCLUSTER="--ndbcluster"
 
   ndbcluster_includes="-I\$(top_builddir)/storage/ndb/include -I\$(top_srcdir)/storage/ndb/include -I\$(top_srcdir)/storage/ndb/include/ndbapi -I\$(top_srcdir)/storage/ndb/include/mgmapi"
-  ndbcluster_libs="\$(top_builddir)/storage/ndb/src/libndbclient.la"
+  ndbcluster_libs="\$(top_builddir)/storage/ndb/src/.libs/libndbclient.a"
   ndbcluster_system_libs=""
   ndb_mgmclient_libs="\$(top_builddir)/storage/ndb/src/mgmclient/libndbmgmclient.la"
 
Thread
bk commit into 5.1 tree (mtaylor:1.2588)Monty Taylor29 Apr