Bug #19952 ndb_binlog_basic: Result length mismatch
Submitted: 19 May 2006 18:56 Modified: 23 Jun 2006 15:54
Reporter: Andrei Elkin Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1.11-beta OS:Linux (FC4smp x86_64)
Assigned to: CPU Architecture:Any

[19 May 2006 18:56] Andrei Elkin
Description:
ndb_binlog_basic               [ fail ]

Errors are (from /tmp/andrei/5.1/mysql-test/var/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/ndb_binlog_basic.result   2006-05-19 15:31:53.000000000 +0300
--- r/ndb_binlog_basic.reject   2006-05-19 18:00:01.000000000 +0300
***************
*** 24,34 ****
  10
  select deletes from cluster.binlog_index where epoch > @max_epoch and deletes > 5;
  deletes
- 10
  select inserts,updates,deletes from
  cluster.binlog_index where epoch > @max_epoch and updates > 0;
  inserts       updates deletes
- 2     1       1
  flush logs;
  purge master logs before now();
  select count(*) from cluster.binlog_index;
--- 24,32 ----

Could not recure in 12 sequent attempts.
-

How to repeat:
make test
[23 Jun 2006 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".