List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:June 20 2007 11:38am
Subject:bk commit into 5.1 tree (mats:1.2525)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats 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-06-20 11:38:51+02:00, mats@stripped +2 -0
  Adding missing DROP TABLE statement to ndb_backup_print.test since it
  causes later tests to fail.

  mysql-test/r/ndb_backup_print.result@stripped, 2007-06-20 11:37:47+02:00,
mats@stripped +1 -0
    Result change.

  mysql-test/t/ndb_backup_print.test@stripped, 2007-06-20 11:38:47+02:00,
mats@stripped +2 -0
    Adding missing drop table at the end of the test.

# 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:	mats
# Host:	kindahl-laptop.dnsalias.net
# Root:	/home/bk/fix-mysql-5.1-rpl

--- 1.2/mysql-test/r/ndb_backup_print.result	2007-06-20 11:38:58 +02:00
+++ 1.3/mysql-test/r/ndb_backup_print.result	2007-06-20 11:38:58 +02:00
@@ -62,3 +62,4 @@
  StartGCP:  StopGCP: 
  #Records:  #LogRecords: 
  Data:  bytes Log:  bytes
+drop table t1;

--- 1.2/mysql-test/t/ndb_backup_print.test	2007-06-20 11:38:58 +02:00
+++ 1.3/mysql-test/t/ndb_backup_print.test	2007-06-20 11:38:58 +02:00
@@ -64,3 +64,5 @@
 
 #NO.2 test output of backup after some simple SQL operations
 --exec $NDB_MGM --no-defaults -e "start backup" |sed -e 's/[0-9]//g' |sed -e
's/localhost//g' |sed -e 's/\.\.\.*//g'
+
+drop table t1;
Thread
bk commit into 5.1 tree (mats:1.2525)Mats Kindahl20 Jun