Bug #18233 | Memory tables INDEX USING HASH (a,b) returns 1 row on SELECT WHERE a= AND b= | ||
---|---|---|---|
Submitted: | 14 Mar 2006 17:26 | Modified: | 24 May 2006 18:25 |
Reporter: | Holger S. | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Memory storage engine | Severity: | S3 (Non-critical) |
Version: | 5.0.18 | OS: | Linux (Debian Linux) |
Assigned to: | Sergey Vojtovich | CPU Architecture: | Any |
[14 Mar 2006 17:26]
Holger S.
[10 May 2006 12:13]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/6189
[10 May 2006 16:57]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/6206
[24 May 2006 12:36]
Sergey Vojtovich
Pushed into trees currently marked as 5.0.23, 5.1.12.
[24 May 2006 18:25]
Paul DuBois
Noted in 5.0.23, 5.1.12 changelogs. Selecting data from a <literal>MEMORY</literal> table with a <literal>VARCHAR</literal> column and a <literal>HASH</literal> index over it returned only the first row matched.