[MDEV-2422] LP:702403 - Sporadic wrong results and valgrind failure in/below mm_* functions Created: 2011-01-13 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The RQG command line below reports queries for which using two different plans returns different results, plus a valgrind failure. Unfortunately, it is not possible to reproduce either the different results nor the valgrind failure outside of the RQG. Valgrind failure: ==31917== Conditional jump or move depends on uninitialised value(s) RQG command line: perl runall.pl - To reproduce, run the RQG command line above and monitor mysql-test/var/log/master.err for valgrind warnings. |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2011-02-02 ] |
|
Re: Sporadic wrong results and valgrind failure in/below mm_* functions --source include/have_innodb.inc CREATE OR REPLACE VIEW v1 AS SELECT * FROM t1; SELECT * valgrind warning: ==19181== Invalid read of size 4 |
| Comment by Philip Stoev (Inactive) [ 2011-02-02 ] |
|
Re: Sporadic wrong results and valgrind failure in/below mm_* functions revision-id: igor@askmonty.org-20110129025430-221yzgrb7yap99jt |
| Comment by Igor Babaev [ 2011-02-06 ] |
|
Re: Sporadic wrong results and valgrind failure in/below mm_* functions Anyway the patch for bug 698882 introduced some inconsistent data That's why I decided to apply the fix to 5.3 too. |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 702403 |