[MDEV-3663] LP:1001505 - Crash on a query over a table with ZEROFILL column whose where condition contains IN predicate using this column Created: 2012-05-19 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: | Critical |
| Reporter: | Igor Babaev | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following simple test case causes an assertion abort in MariaDB 5.2/5.3/5.5 CREATE TABLE t1(a INT ZEROFILL); (see also bug #57692 from bugs.mysql.com) |
| Comments |
| Comment by Oleksandr Byelkin [ 2012-05-23 ] |
|
Re: Crash on a query over a table with ZEROFILL column whose where condition contains IN predicate using this column |
| Comment by Rasmus Johansson (Inactive) [ 2012-06-26 ] |
|
Launchpad bug id: 1001505 |