List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:October 8 2007 6:02pm
Subject:bk commit into 5.0 tree (df:1.2534) BUG#31453
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of df. When df 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, 2007-10-08 18:01:58+02:00, df@stripped +1 -0
  bug#31453: data files for ndb_restore_different_endian_data were missing from binary
distributions

  scripts/make_binary_distribution.sh@stripped, 2007-10-08 18:01:53+02:00,
df@stripped +6 -2
    bug#31453: add data files for ndb_restore_different_endian_data test case

diff -Nrup a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
--- a/scripts/make_binary_distribution.sh	2007-07-30 20:55:49 +02:00
+++ b/scripts/make_binary_distribution.sh	2007-10-08 18:01:53 +02:00
@@ -135,8 +135,10 @@ fi
 mkdir $BASE $BASE/bin $BASE/docs \
  $BASE/include $BASE/lib $BASE/support-files $BASE/share $BASE/scripts \
  $BASE/mysql-test $BASE/mysql-test/t  $BASE/mysql-test/r \
- $BASE/mysql-test/include $BASE/mysql-test/std_data $BASE/mysql-test/lib \
- $BASE/mysql-test/suite
+ $BASE/mysql-test/include $BASE/mysql-test/std_data \
+ $BASE/mysql-test/std_data/ndb_backup50_data_be \
+ $BASE/mysql-test/std_data/ndb_backup50_data_le \
+ $BASE/mysql-test/lib $BASE/mysql-test/suite
 
 if [ $BASE_SYSTEM != "netware" ] ; then
  mkdir $BASE/share/mysql $BASE/tests $BASE/sql-bench $BASE/man \
@@ -300,6 +302,8 @@ $CP mysql-test/std_data/*.dat mysql-test
     mysql-test/std_data/des_key_file mysql-test/std_data/*.*001 \
     mysql-test/std_data/*.cnf mysql-test/std_data/*.MY* \
     $BASE/mysql-test/std_data
+$CP mysql-test/std_data/ndb_backup50_data_be/BACKUP-*
$BASE/mysql-test/std_data/ndb_backup50_data_be
+$CP mysql-test/std_data/ndb_backup50_data_le/BACKUP-*
$BASE/mysql-test/std_data/ndb_backup50_data_le
 $CP mysql-test/t/*.test mysql-test/t/*.imtest \
     mysql-test/t/*.disabled mysql-test/t/*.opt \
     mysql-test/t/*.slave-mi mysql-test/t/*.sh mysql-test/t/*.sql $BASE/mysql-test/t
Thread
bk commit into 5.0 tree (df:1.2534) BUG#31453Daniel Fischer8 Oct