Bug #7134 | "heap" test fails to pass | ||
---|---|---|---|
Submitted: | 9 Dec 2004 16:32 | Modified: | 29 Sep 2008 20:56 |
Reporter: | Lenz Grimmer | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0-current | OS: | Linux (Linux/ppc) |
Assigned to: | Sergey Petrunya | CPU Architecture: | Any |
[9 Dec 2004 16:32]
Lenz Grimmer
[9 Dec 2004 16:38]
Lenz Grimmer
Tarball inlcuding the master.{log,err,trace} files
Attachment: logs.tar.bz2 (application/x-bzip2, text), 200.26 KiB.
[9 Dec 2004 17:58]
Sergei Golubchik
Sergey, I think it's normal (something is different on ppc and you get different number of buckets for cardinality estimations). Could you check it (and add --replace-result 14 7 if it is the case) ?
[12 Dec 2004 18:08]
Sergey Petrunya
Happens on x86 too. heap.test passes if I run it with --debug, and fails without --debug. More, adding printf calls can make the test pass without --debug. With --debug the tree built seems not to be a valid R-B tree. (test_rb_tree doesn't bark though)
[14 Dec 2004 8:22]
Sergey Petrunya
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
[14 Dec 2004 8:23]
Sergey Petrunya
Was changing a wrong bug
[28 Jan 2005 14:05]
Sergey Petrunya
The problem doesn't affect the query results. Changing to "To be fixed later"
[28 Jan 2005 14:06]
Sergey Petrunya
And tests pass now because of --replace-column added by Monty
[29 Sep 2008 20:56]
Konstantin Osipov
Not relevant any more.