From: Joerg Bruehe Date: December 19 2005 10:13am Subject: bk commit into 5.1 tree (joerg:1.1965) List-Archive: http://lists.mysql.com/commits/242 Message-Id: <20051219101302.0A23816EAB@trift2.fambruehe> Below is the list of changes that have just been committed into a local 5.1 repository of joerg. When joerg 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.1965 05/12/19 11:12:53 joerg@stripped +1 -0 mysql-test/t/federated_transactions.test Fix a typo: Trailing ";" for "source" command. mysql-test/t/federated_transactions.test 1.3 05/12/19 11:12:44 joerg@stripped +1 -1 Fix a typo: Trailing ";" for "source" command. # 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: joerg # Host: trift2. # Root: /M51/mysql-5.1 --- 1.2/mysql-test/t/federated_transactions.test 2005-12-19 04:00:07 +01:00 +++ 1.3/mysql-test/t/federated_transactions.test 2005-12-19 11:12:44 +01:00 @@ -1,4 +1,4 @@ -source include/have_bdb.inc +source include/have_bdb.inc; source include/federated.inc; connection slave;