Bug #18565 Failures for rpl_ndb_sp007
Submitted: 28 Mar 2006 1:56 Modified: 14 Apr 2006 5:44
Reporter: Brian Aker Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S1 (Critical)
Version:5.1 bk OS:Linux (FC4 AMD64)
Assigned to: CPU Architecture:Any

[28 Mar 2006 1:56] Brian Aker
Description:
Failure in test case system:
rpl_ndb_sp007                  [ fail ]

Errors are (from /tmp/var-n_row-5/log/mysqltest-time) :
mysqltest: Result length mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/rpl_ndb_sp007.result	Mon Mar 27 20:44:57 2006
--- r/rpl_ndb_sp007.reject	Mon Mar 27 23:25:53 2006
***************
*** 27,32 ****
--- 27,33 ----
  SELECT * FROM test.t1;
  num
  12
+ 14
  
  < ---- Slave selects-- >
  ------------------------
***************
*** 33,38 ****
--- 34,40 ----
  SELECT * FROM test.t1;
  num
  12
+ 14
  
  < ---- Master selects-- >
  -------------------------
***************
*** 39,44 ****
--- 41,47 ----
  CALL test.p1(13);
  SELECT * FROM test.t1;
  num
+ 14
  13
  
  < ---- Slave selects-- >
***************
*** 45,50 ****
--- 48,54 ----
  ------------------------
  SELECT * FROM test.t1;
  num
+ 14
  13
  DROP PROCEDURE IF EXISTS test.p1;
  DROP TABLE IF EXISTS test.t1;
-------------------------------------------------------
Please follow the instructions outlined at
http://www.mysql.com/doc/en/Reporting_mysqltest_bugs.html
to find the reason to this problem and how to report this.

Result from queries before failure can be found in r/rpl_ndb_sp007.log

Killing Possible Leftover Processes
Restoring snapshot of databases
Resuming Tests

How to repeat:
Run mysql-test-run rpl_ndb_sp007
[14 Apr 2006 5:44] Tomas Ulin
testcase included reollback savepoint which is not supported by ndb

test removed