Bug #21928 rpl_ndb_multi_update3 fails on 'sol10-sparc-a' -max pushbuild target
Submitted: 30 Aug 2006 19:10 Modified: 30 Aug 2006 19:11
Reporter: Reggie Burnett Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1 OS:
Assigned to: CPU Architecture:Any

[30 Aug 2006 19:10] Reggie Burnett
Description:
rpl_ndb_multi_update3          [ fail ]

Errors are (from /tmp/var-ps_row-121/log/mysqltest-time) :
mysqltest: Result content mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/rpl_ndb_multi_update3.result	Wed Aug 30 19:34:27 2006
--- r/rpl_ndb_multi_update3.reject	Wed Aug 30 21:03:19 2006
***************
*** 32,39 ****
  2	0
  SELECT * FROM t2 ORDER BY a;
  a	b
! 1	6
! 2	6
  SELECT * FROM t1 ORDER BY a;
  a	b
  1	0
--- 32,39 ----
  2	0
  SELECT * FROM t2 ORDER BY a;
  a	b
! 1	7
! 2	7
  SELECT * FROM t1 ORDER BY a;
  a	b
  1	0
***************
*** 40,47 ****
  2	0
  SELECT * FROM t2 ORDER BY a;
  a	b
! 1	6
! 2	6
  drop table t1,t2;
  
  -------- Test 1 for BUG#9361 --------
--- 40,47 ----
  2	0
  SELECT * FROM t2 ORDER BY a;
  a	b
! 1	7
! 2	7
  drop table t1,t2;
  
  -------- Test 1 for BUG#9361 --------
-------------------------------------------------------

How to repeat:
see pushbuild
[30 Aug 2006 19:11] Jonas Oreland
duplicate of http://bugs.mysql.com/bug.php?id=21901