Below is the list of changes that have just been committed into a local
5.1 repository of ndbdev. When ndbdev 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.1827 05/05/13 12:12:35 tulin@stripped +3 -0
fixed compile dist target
storage/Makefile.am
1.2 05/05/13 12:12:32 tulin@stripped +1 -1
fixed compile dist target
server-tools/Makefile.am
1.2 05/05/13 12:12:32 tulin@stripped +2 -1
fixed compile dist target
Makefile.am
1.69 05/05/13 12:12:32 tulin@stripped +4 -2
fixed compile dist target
# 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: tulin
# Host: dl145b.mysql.com
# Root: /home/ndbdev/tomas/mysql-5.1
--- 1.68/Makefile.am Sun May 1 23:10:28 2005
+++ 1.69/Makefile.am Fri May 13 12:12:32 2005
@@ -30,9 +30,11 @@
DIST_SUBDIRS = . include @docs_dirs@ zlib \
@readline_topdir@ sql-common \
@thread_dirs@ pstack \
- @sql_union_dirs@ scripts @man_dirs@ tests SSL\
+ strings mysys dbug extra regex storage \
+ vio sql libmysql_r libmysql client scripts \
+ @man_dirs@ tests SSL\
BUILD netware os2 @libmysqld_dirs@ \
- @bench_dirs@ support-files @tools_dirs@
+ @bench_dirs@ support-files tools server-tools
# Relink after clean
linked_sources = linked_client_sources linked_server_sources \
--- 1.1/storage/Makefile.am Wed Apr 27 10:30:11 2005
+++ 1.2/storage/Makefile.am Fri May 13 12:12:32 2005
@@ -21,7 +21,7 @@
# These are built from source in the Docs directory
EXTRA_DIST =
SUBDIRS =
-DIST_SUBDIRS =
+DIST_SUBDIRS = . bdb heap innobase myisam myisammrg ndb
# Don't update the files from bitkeeper
%::SCCS/s.%
--- 1.1/server-tools/Makefile.am Sat Aug 16 19:43:59 2003
+++ 1.2/server-tools/Makefile.am Fri May 13 12:12:32 2005
@@ -1 +1,2 @@
-SUBDIRS= instance-manager
+SUBDIRS= . instance-manager
+DIST_SUBDIRS = . instance-manager
| Thread |
|---|
| • bk commit into 5.1 tree (tulin:1.1827) | tomas | 13 May |