Bug #12217 "select" test failure when using --ps-protocol
Submitted: 27 Jul 2005 16:43 Modified: 27 Jul 2005 20:06
Reporter: Lenz Grimmer Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1 OS:Linux (Linux)
Assigned to: Michael Widenius CPU Architecture:Any

[27 Jul 2005 16:43] Lenz Grimmer
Description:
This happened during the daily build today and I observed the failure again while running a 4.1 test run against the current 4.1 tree. Last ChangeSet:

ChangeSet
  1.2352 05/07/27 16:42:13 lenz@mysql.com +1 -0
  - build the RPM binaries against the bundled zlib, when static linking is requested

This is the diff:

-------------------------------------------------------
*** r/select.result     2005-07-27 18:24:06.000000000 +0300
--- r/select.reject     2005-07-27 19:21:10.000000000 +0300
***************
*** 2600,2608 ****
  SELECT * FROM t1;
  a     b       c
  50    3       3
  select count(*) from t1;
  count(*)
! 1
  select found_rows();
  found_rows()
  1
--- 2600,2609 ----
  SELECT * FROM t1;
  a     b       c
  50    3       3
+ 50    3       3
  select count(*) from t1;
  count(*)
! 2
  select found_rows();
  found_rows()
  1
-------------------------------------------------------

How to repeat:
Run "mysql-test-run --ps-protocol" . According to JimW it happens sporadically only.
[27 Jul 2005 16:52] Lenz Grimmer
Note: This tree was compiled with BUILD/compile-dist
[27 Jul 2005 20:04] 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/internals/27660
[27 Jul 2005 20:06] Michael Widenius
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html