From: Date: October 14 2005 3:22am Subject: bk commit into 5.0 tree (pgalbraith:1.2045) BUG#12838 List-Archive: http://lists.mysql.com/internals/31085 X-Bug: 12838 Message-Id: <200510140122.j9E1M1b7001523@production.mysql.com> Below is the list of changes that have just been committed into a local 5.0 repository of mysqldev. When mysqldev 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.2045 05/10/14 03:21:57 pgalbraith@stripped +1 -0 BUG# 12838 - added -x to test mysqldump.test: BUG# 12838 - Forgot the -x in the running of mysqldump! mysql-test/t/mysqldump.test 1.71 05/10/14 03:20:58 pgalbraith@stripped +1 -1 BUG# 12838 - Forgot the -x in the running of mysqldump! # 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: pgalbraith # Host: production.mysql.com # Root: /data0/mysqldev/patg/mysql-5.0 --- 1.70/mysql-test/t/mysqldump.test 2005-10-14 03:05:06 +02:00 +++ 1.71/mysql-test/t/mysqldump.test 2005-10-14 03:20:58 +02:00 @@ -946,7 +946,7 @@ create view v2 as select * from v0; select * from v2; ---exec $MYSQL_DUMP --skip-comments --databases test +--exec $MYSQL_DUMP -x --skip-comments --databases test drop view v2; drop view v0;