List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:February 1 2008 3:34pm
Subject:bk commit into 5.0 tree (mkindahl:1.2571)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of mkindahl.  When mkindahl 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, 2008-02-01 15:34:34+01:00, mkindahl@stripped +2 -0
  Fixes to make tests pass in pushbuild.

  mysql-test/r/mysqlbinlog.result@stripped, 2008-02-01 15:34:22+01:00,
mkindahl@stripped +4 -4
    Result file change.

  mysql-test/t/mysqlbinlog.test@stripped, 2008-02-01 15:34:27+01:00, mkindahl@stripped
+1 -0
    Fixing test to not be dependent on the sequence numbers
    for file names generated by mysqlbinlog. 

diff -Nrup a/mysql-test/r/mysqlbinlog.result b/mysql-test/r/mysqlbinlog.result
--- a/mysql-test/r/mysqlbinlog.result	2007-12-15 12:50:21 +01:00
+++ b/mysql-test/r/mysqlbinlog.result	2008-02-01 15:34:22 +01:00
@@ -39,16 +39,16 @@ SET TIMESTAMP=1000000000/*!*/;
 insert into t2 values ()
 /*!*/;
 SET TIMESTAMP=1000000000/*!*/;
-load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-1-0' INTO table t1
+load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-#-#' INTO table t1
 /*!*/;
 SET TIMESTAMP=1000000000/*!*/;
-load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-2-0' INTO table t1
+load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-#-#' INTO table t1
 /*!*/;
 SET TIMESTAMP=1000000000/*!*/;
-load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-3-0' INTO table t1
+load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-#-#' INTO table t1
 /*!*/;
 SET TIMESTAMP=1000000000/*!*/;
-load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-4-0' INTO table t1
+load data LOCAL INFILE 'MYSQLTEST_VARDIR/tmp/SQL_LOAD_MB-#-#' INTO table t1
 /*!*/;
 DELIMITER ;
 # End of log file
diff -Nrup a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test
--- a/mysql-test/t/mysqlbinlog.test	2007-11-09 13:43:07 +01:00
+++ b/mysql-test/t/mysqlbinlog.test	2008-02-01 15:34:27 +01:00
@@ -41,6 +41,7 @@ select "--- Local --" as "";
 #
 
 --replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
+--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/
 --exec $MYSQL_BINLOG --short-form --local-load=$MYSQLTEST_VARDIR/tmp/
$MYSQLTEST_VARDIR/log/master-bin.000001
 
 # this should not fail but shouldn't produce any working statements
Thread
bk commit into 5.0 tree (mkindahl:1.2571)Mats Kindahl1 Feb