[MDEV-2758] LP:608744 - RQG: assertion "idx >= 1 && idx <= queue->elements" in queue_remove() Created: 2010-07-22 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: | Timour Katchaounov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The query from the test below asserts as follows: mysqld: queues.c:268: queue_remove: Assertion `idx >= 1 && idx <= queue->elements' failed. backtrace:
|
| Comments |
| Comment by Philip Stoev (Inactive) [ 2010-07-22 ] |
|
Re: RQG: assertion "idx >= 1 && idx <= queue->elements" in queue_remove() CREATE TABLE `CC` ( INSERT INTO `CC` VALUES (11,9,'19:48:31','r','r'); |
| Comment by Timour Katchaounov (Inactive) [ 2010-08-29 ] |
|
Re: RQG: assertion "idx >= 1 && idx <= queue->elements" in queue_remove() Revision Id: monty@askmonty.org-20100716073301-gstby2062nqd42qv The bug is due to the lack of proper tests for the new feature, thus testing the change by Monty didn't |
| Comment by Rasmus Johansson (Inactive) [ 2010-10-26 ] |
|
Launchpad bug id: 608744 |