List:Commits« Previous MessageNext Message »
From:tomas Date:February 6 2006 4:10pm
Subject:bk commit into 5.1 tree (tomas:1.2135) BUG#17160
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.2135 06/02/06 17:10:03 tomas@stripped +1 -0
  Bug #17160  	test case ndb_restore leaves a core file

  mysql-test/t/ndb_restore.test
    1.15 06/02/06 17:09:57 tomas@stripped +1 -1
    Bug #17160  	test case ndb_restore leaves a core file

# 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:	tomas
# Host:	poseidon.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-new

--- 1.14/mysql-test/t/ndb_restore.test	2006-01-30 17:06:24 +01:00
+++ 1.15/mysql-test/t/ndb_restore.test	2006-02-06 17:09:57 +01:00
@@ -348,7 +348,7 @@
         select * from t9_c) a;
 
 drop table t1_c,t2_c,t3_c,t4_c,t5_c,t6_c,t7_c,t8_c,t9_c;
---exec $NDB_TOOLS_DIR/ndb_restore --no-defaults -b 2 -n 1 -m -r --ndb-nodegroup_map '(0,1)' $NDB_BACKUP_DIR/BACKUP/BACKUP-2 2>&1 | grep Translate || true
+--exec $NDB_TOOLS_DIR/ndb_restore --no-defaults --core=0 -b 2 -n 1 -m -r --ndb-nodegroup_map '(0,1)' $NDB_BACKUP_DIR/BACKUP/BACKUP-2 2>&1 | grep Translate || true
 
 #
 # Cleanup
Thread
bk commit into 5.1 tree (tomas:1.2135) BUG#17160tomas6 Feb