List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:March 5 2008 1:45pm
Subject:bk commit into 5.1 tree (mkindahl:1.2558)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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-03-05 14:45:40+01:00, mkindahl@stripped +2 -0
  Adding missing drop of view last in test.

  mysql-test/suite/binlog/r/binlog_unsafe.result@stripped, 2008-03-05 14:45:26+01:00, mkindahl@stripped +1 -0
    Result change.

  mysql-test/suite/binlog/t/binlog_unsafe.test@stripped, 2008-03-05 14:45:31+01:00, mkindahl@stripped +1 -1
    Dropping view created in test.

diff -Nrup a/mysql-test/suite/binlog/r/binlog_unsafe.result b/mysql-test/suite/binlog/r/binlog_unsafe.result
--- a/mysql-test/suite/binlog/r/binlog_unsafe.result	2008-01-11 13:27:13 +01:00
+++ b/mysql-test/suite/binlog/r/binlog_unsafe.result	2008-03-05 14:45:26 +01:00
@@ -11,3 +11,4 @@ Level	Warning
 Code	1592
 Message	Statement is not safe to log in statement format.
 DROP TABLE t1,t2,t3;
+DROP VIEW v1;
diff -Nrup a/mysql-test/suite/binlog/t/binlog_unsafe.test b/mysql-test/suite/binlog/t/binlog_unsafe.test
--- a/mysql-test/suite/binlog/t/binlog_unsafe.test	2008-01-11 13:27:03 +01:00
+++ b/mysql-test/suite/binlog/t/binlog_unsafe.test	2008-03-05 14:45:31 +01:00
@@ -14,5 +14,5 @@ INSERT INTO t1 SELECT UUID();
 query_vertical SHOW WARNINGS;
 
 DROP TABLE t1,t2,t3;
-
+DROP VIEW v1;
 
Thread
bk commit into 5.1 tree (mkindahl:1.2558)Mats Kindahl5 Mar