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;
| Thread |
|---|
| • bk commit into 5.0 tree (pgalbraith:1.2045) BUG#12838 | Patrick Galbraith | 14 Oct |