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