List:Commits« Previous MessageNext Message »
From:jonas Date:October 17 2006 1:34pm
Subject:bk commit into 5.1 tree (jonas:1.2322)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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, 2006-10-17 13:34:00+02:00, jonas@stripped +1 -0
  ndb - ndb_restore_compat
    Update make_binary_distribution.sh
    Make sure all files needed for testing are included

  scripts/make_binary_distribution.sh@stripped, 2006-10-17 13:33:58+02:00,
jonas@stripped +2 -0
    Make sure all files needed for testing are included

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/mysql-5.1-release

--- 1.129/scripts/make_binary_distribution.sh	2006-10-17 13:34:04 +02:00
+++ 1.130/scripts/make_binary_distribution.sh	2006-10-17 13:34:04 +02:00
@@ -343,6 +343,8 @@
   test -d $BASE/include/storage || mkdir $BASE/include/storage
   $CP -r $BASE/ndb-stage@pkgincludedir@/storage/ndb $BASE/include/storage/
   $CP -r $BASE/ndb-stage@prefix@/mysql-test/ndb $BASE/mysql-test/. || exit 1
+  $CP -r $BASE/ndb-stage@prefix@/mysql-test/std_data/ndb_backup50
$BASE/mysql-test/std_data/. || exit 1
+  $CP -r $BASE/ndb-stage@prefix@/mysql-test/std_data/ndb_backup51
$BASE/mysql-test/std_data/. || exit 1
   rm -rf $BASE/ndb-stage
 fi
 
Thread
bk commit into 5.1 tree (jonas:1.2322)jonas17 Oct