[MDEV-643] LP:668491 - Wrong result for SELECT COUNT(*) FROM t in pbxt.preload Created: 2010-10-29 Updated: 2013-05-07 Resolved: 2013-05-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.31, 5.3.11, 5.1.73, 5.2.15 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kristian Nielsen | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | Launchpad, pbxt | ||
| Attachments: |
|
| Description |
|
This failure is not deterministically reproducable, only happens rarely. But I was able to repeat as follows in latest MariaDB 5.1: (cd mysql-test && for i in `seq 1 1000` ; do ./mtr --parallel=3 pbxt.preload pbxt.preload pbxt.preload || exit 1 ; done) However, the failure seems to be quite elusive, so YMMV... The failure looks quite strange, the test just inserts a bunch of rows and I am speculating if this could be caused by the PBXT engine returning some |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2010-12-07 ] |
|
Launchpad bug id: 668491 |
| Comment by Elena Stepanova [ 2012-11-04 ] |
|
I couldn't reproduce it either on current maria/5.3 or on maria/5.1 of the time of the bug report; however, it doesn't mean much as the description explains that the problem was difficult to reproduce. |
| Comment by Sergei Petrunia [ 2013-05-07 ] |
|
PBXT is no longer developed |