Below is the list of changes that have just been committed into a local
5.0 repository of lenz. When lenz 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.1933 05/06/07 14:39:00 lenz@stripped +1 -0
- added the libndbclient static and shared libraries to the RPM (BUG 10676)
support-files/mysql.spec.sh
1.103 05/06/07 14:38:52 lenz@stripped +4 -0
- added the libndbclient static and shared libraries (BUG 10676)
# 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: lenz
# Host: metis.lenznet
# Root: /space/my/mysql-5.0-build
--- 1.102/support-files/mysql.spec.sh 2005-06-07 11:40:50 +02:00
+++ 1.103/support-files/mysql.spec.sh 2005-06-07 14:38:52 +02:00
@@ -331,6 +331,7 @@
# Save libraries
(cd libmysql/.libs; tar cf $RBR/shared-libs.tar *.so*)
(cd libmysql_r/.libs; tar rf $RBR/shared-libs.tar *.so*)
+(cd ndb/src/.libs; tar rf $RBR/shared-libs.tar *.so*)
# Now clean up
make clean
@@ -631,6 +632,8 @@
%{_libdir}/mysql/libmysqlclient_r.la
%{_libdir}/mysql/libmystrings.a
%{_libdir}/mysql/libmysys.a
+%{_libdir}/mysql/libndbclient.a
+%{_libdir}/mysql/libndbclient.la
%{_libdir}/mysql/libvio.a
%files shared
@@ -663,6 +666,7 @@
* Mon Jun 06 2005 Lenz Grimmer <lenz@stripped>
- added mysql_client_test to the "bench" subpackage (BUG 10676)
+- added the libndbclient static and shared libraries (BUG 10676)
* Wed Jun 01 2005 Lenz Grimmer <lenz@stripped>
| Thread |
|---|
| • bk commit into 5.0 tree (lenz:1.1933) | lenz | 7 Jun |