List:Commits« Previous MessageNext Message »
From:Serge Kozlov Date:September 7 2007 10:05am
Subject:bk commit into 5.1 tree (skozlov:1.2570)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ksm. When ksm 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-09-07 12:04:57+04:00, skozlov@stripped +1 -0
  replaced '--exec rm' to '--remove_file'

  mysql-test/suite/rpl/t/rpl_invoked_features.test@stripped, 2007-09-07 12:04:48+04:00,
skozlov@stripped +2 -2
    replaced '--exec rm' to '--remove_file'

diff -Nrup a/mysql-test/suite/rpl/t/rpl_invoked_features.test
b/mysql-test/suite/rpl/t/rpl_invoked_features.test
--- a/mysql-test/suite/rpl/t/rpl_invoked_features.test	2007-08-27 18:44:03 +04:00
+++ b/mysql-test/suite/rpl/t/rpl_invoked_features.test	2007-09-07 12:04:48 +04:00
@@ -280,8 +280,8 @@ ALTER TABLE t13 ORDER BY a;
 
 # Remove dumps
 --echo
-#--exec rm $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_master.sql
-#--exec rm $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_slave.sql
+--remove_file $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_master.sql
+--remove_file $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_slave.sql
 
 # Remove tables,views,procedures,functions
 --connection master
Thread
bk commit into 5.1 tree (skozlov:1.2570)Serge Kozlov7 Sep