Below is the list of changes that have just been committed into a local
5.1 repository of sven. When sven 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-09 19:43:32+01:00, sven@riska.(none) +1 -0
Problem: pushbuild fails in embedded mode on test binlog_base64_flag
because it uses BINLOG statement, which is not supported in embedded mode.
Fix: disable the test in embedded mode.
mysql-test/suite/binlog/t/binlog_base64_flag.test@stripped, 2008-02-09 19:43:31+01:00, sven@riska.(none) +4 -0
Must disable this test when running embedded, since BINLOG statements
don't work. This fixes the pushbuild problem on the debx86-b machine on
https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=mysql-5.1-new-rpl&order=469
diff -Nrup a/mysql-test/suite/binlog/t/binlog_base64_flag.test b/mysql-test/suite/binlog/t/binlog_base64_flag.test
--- a/mysql-test/suite/binlog/t/binlog_base64_flag.test 2008-02-07 12:30:30 +01:00
+++ b/mysql-test/suite/binlog/t/binlog_base64_flag.test 2008-02-09 19:43:31 +01:00
@@ -6,6 +6,10 @@
# See also BUG#32407.
+# BINLOG statement does not work in embedded mode.
+source include/not_embedded.inc;
+
+
# Test to show BUG#32407. This reads a binlog created with the
# mysql-5.1-telco-6.1 tree, specifically at the tag
# mysql-5.1.15-ndb-6.1.23, and applies it to the database. The test
| Thread |
|---|
| • bk commit into 5.1 tree (sven:1.2545) | Sven Sandberg | 9 Feb |