Below is the list of changes that have just been committed into a local
5.0 repository of joerg. When joerg 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-06-06 12:02:07+02:00, joerg@trift2. +2 -0
Merge trift2.:/MySQL/M50/mysql-5.0
into trift2.:/MySQL/M50/push-5.0
MERGE: 1.2497.1.16
mysql-test/mysql-test-run.pl@stripped, 2007-06-06 12:02:01+02:00, joerg@trift2. +0 -0
Auto merged
MERGE: 1.222.1.1
mysql-test/t/mysqldump.test@stripped, 2007-06-06 12:02:01+02:00, joerg@trift2. +0 -0
Auto merged
MERGE: 1.115.1.1
# 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: joerg
# Host: trift2.
# Root: /MySQL/M50/push-5.0/RESYNC
--- 1.223/mysql-test/mysql-test-run.pl 2007-06-04 09:26:50 +02:00
+++ 1.224/mysql-test/mysql-test-run.pl 2007-06-06 12:02:01 +02:00
@@ -3763,8 +3763,7 @@
"%s--log-slow-queries=%s-slow.log", $prefix, $log_base_path);
# Check if "extra_opt" contains --skip-log-bin
- my $skip_binlog= grep(/^--skip-log-bin/, @$extra_opt);
-
+ my $skip_binlog= grep(/^--skip-log-bin/, @$extra_opt, @opt_extra_mysqld_opt);
if ( $mysqld->{'type'} eq 'master' )
{
if (! ($opt_skip_master_binlog || $skip_binlog) )
--- 1.116/mysql-test/t/mysqldump.test 2007-05-15 12:22:51 +02:00
+++ 1.117/mysql-test/t/mysqldump.test 2007-06-06 12:02:01 +02:00
@@ -1531,7 +1531,14 @@
drop database mysqldump_test_db;
+--echo #
+--echo # Bug #28522: buffer overrun by '\0' byte using --hex-blob.
+--echo #
+CREATE TABLE t1 (c1 INT, c2 LONGBLOB);
+INSERT INTO t1 SET c1=11, c2=REPEAT('q',509);
+--exec $MYSQL_DUMP --skip-create --compact --hex-blob test t1
+DROP TABLE t1;
--echo #
--echo # End of 5.0 tests
| Thread |
|---|
| • bk commit into 5.0 tree (joerg:1.2512) | Joerg Bruehe | 6 Jun |