From: bar Date: December 30 2005 10:56am Subject: bk commit into 5.1 tree (bar:1.2011) List-Archive: http://lists.mysql.com/commits/470 Message-Id: <200512301056.jBUAu4Ri036980@bar.intranet.mysql.r18.ru> Below is the list of changes that have just been committed into a local 5.1 repository of bar. When bar 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.2011 05/12/30 14:55:56 bar@stripped +2 -0 backup.result, backup.test: t4 was not dropped, which made the "backup" test fail if one of the previous tests using t4 (e.g. "archive") failed. mysql-test/r/backup.result 1.12 05/12/30 14:53:49 bar@stripped +1 -1 t4 was not dropped. mysql-test/t/backup.test 1.17 05/12/30 14:53:25 bar@stripped +1 -1 t4 was not dropped. # 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: bar # Host: bar.intranet.mysql.r18.ru # Root: /usr/home/bar/mysql-5.1-new.fscs3 --- 1.11/mysql-test/r/backup.result 2005-02-25 01:33:37 +04:00 +++ 1.12/mysql-test/r/backup.result 2005-12-30 14:53:49 +04:00 @@ -1,5 +1,5 @@ set SQL_LOG_BIN=0; -drop table if exists t1, t2, t3; +drop table if exists t1, t2, t3, t4; create table t4(n int); backup table t4 to '../bogus'; Table Op Msg_type Msg_text --- 1.16/mysql-test/t/backup.test 2005-12-03 18:01:51 +04:00 +++ 1.17/mysql-test/t/backup.test 2005-12-30 14:53:25 +04:00 @@ -7,7 +7,7 @@ connection con1; set SQL_LOG_BIN=0; --disable_warnings -drop table if exists t1, t2, t3; +drop table if exists t1, t2, t3, t4; --enable_warnings create table t4(n int); --replace_result ": 1" ": X" ": 2" ": X" ": 22" ": X" ": 23" ": X" $MYSQL_TEST_DIR MYSQL_TEST_DIR