Below is the list of changes that have just been committed into a local
5.1 repository of prem. When prem 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.2082 06/01/30 09:48:21 pkarthick@stripped[prem] +3 -0
5.1_dir_struct.patch
netware/Makefile.am
1.17 06/01/03 11:33:58 pkarthick@stripped[prem] +7 -4
Import patch 5.1_dir_struct.patch
netware/BUILD/compile-linux-tools
1.12 06/01/16 12:12:10 pkarthick@stripped[prem] +3 -3
Import patch 5.1_dir_struct.patch
netware/BUILD/compile-AUTOTOOLS
1.5 06/01/03 11:33:58 pkarthick@stripped[prem] +1 -1
Import patch 5.1_dir_struct.patch
# 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: pkarthick
# Host: blr-naas-nwl04.blr.novell.com
# Root: /home/prem/bk/mysql-5.1
--- 1.4/netware/BUILD/compile-AUTOTOOLS 2003-07-08 18:59:13 +05:30
+++ 1.5/netware/BUILD/compile-AUTOTOOLS 2006-01-03 11:33:58 +05:30
@@ -6,7 +6,7 @@
# stop on errors
set -e
-for package in . ./innobase
+for package in . ./storage/innobase
do
(cd $package
rm -rf config.cache autom4te.cache
--- 1.11/netware/BUILD/compile-linux-tools 2006-01-13 00:00:55 +05:30
+++ 1.12/netware/BUILD/compile-linux-tools 2006-01-16 12:12:10 +05:30
@@ -37,11 +37,11 @@
(cd dbug; make libdbug.a)
(cd strings; make libmystrings.a)
(cd mysys; make libmysys.a)
-(cd heap; make libheap.a)
+(cd storage/heap; make libheap.a)
(cd vio; make libvio.a)
(cd regex; make libregex.a)
-(cd myisam; make libmyisam.a)
-(cd myisammrg; make libmyisammrg.a)
+(cd storage/myisam; make libmyisam.a)
+(cd storage/myisammrg; make libmyisammrg.a)
(cd extra; make comp_err)
(cd libmysql; make conf_to_src)
(cd libmysql_r; make conf_to_src)
--- 1.16/netware/Makefile.am 2005-12-19 00:46:19 +05:30
+++ 1.17/netware/Makefile.am 2006-01-03 11:33:58 +05:30
@@ -30,13 +30,16 @@
client/mysqldump.def client/mysqlimport.def \
client/mysqlshow.def client/mysqltest.def \
client/mysqlslap.def \
+ sql/mysqld.def extra/mysql_waitpid.def \
extra/mysql_install.def extra/my_print_defaults.def \
extra/perror.def extra/replace.def \
extra/resolveip.def extra/comp_err.def \
- libmysqld/libmysqld.def myisam/myisamchk.def \
- myisam/myisamlog.def myisam/myisampack.def \
- sql/mysqld.def extra/mysql_waitpid.def \
- extra/resolve_stack_dump.def myisam/myisam_ftdump.def
+ extra/resolve_stack_dump.def \
+ libmysqld/libmysqld.def \
+ storage/myisam/myisamchk.def \
+ storage/myisam/myisamlog.def \
+ storage/myisam/myisampack.def \
+ storage/myisam/myisam_ftdump.def
link_sources:
set -x; \
| Thread |
|---|
| • bk commit into 5.1 tree (pkarthick:1.2082) | pkarthick | 30 Jan |