Bug #17782 binlog_row_insert_select.test fails
Submitted: 28 Feb 2006 14:04 Modified: 2 Mar 2006 1:58
Reporter: Ingo Strüwing Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S2 (Serious)
Version:5.1.8 OS:Linux (Linux)
Assigned to: Lars Thalmann CPU Architecture:Any

[28 Feb 2006 14:04] Ingo Strüwing
Description:
*** r/binlog_row_insert_select.result   2006-02-17 12:00:09.000000000 +0300
--- r/binlog_row_insert_select.reject   2006-02-28 16:56:35.000000000 +0300
***************
*** 1,3 ****
--- 1,4 ----
+ drop table if exists t1,t2;
  create table t1(a int, unique(a));
  insert into t1 values(2);
  create table t2(a int);

How to repeat:
BUILD/compile-pentium-debug-max
cd mysql-test
./mysql-test-run --mysqld=--binlog-format=row binlog_row_insert_select
[1 Mar 2006 16:10] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/3339
[1 Mar 2006 16:17] Lars Thalmann
Fixed in 5.1.8.  

Only fixed a test result file.  No changes made to server.
[2 Mar 2006 1:58] Paul DuBois
No changelog entry needed.