| Bug #33946 | Join on Federated tables with Unique index gives error 1430 from storage engine | ||
|---|---|---|---|
| Submitted: | 20 Jan 7:28 | Modified: | 16 Apr 2:34 |
| Reporter: | Chris Calender | ||
| Status: | Closed | ||
| Category: | Server: Federated | Severity: | S3 (Non-critical) |
| Version: | 5.0.54 | OS: | Any |
| Assigned to: | Sergey Vojtovich | Target Version: | 5.1+ |
| Tags: | federated, join, unique index, 1430, IS NOT NULL | ||
| Triage: | D3 (Medium) / R3 (Medium) / E3 (Medium) | ||
[20 Jan 7:28]
Chris Calender
[7 Feb 12:20]
Sergey Vojtovich
BUG#33947 was marked as duplicate.
[7 Feb 12:58]
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/41863 ChangeSet@1.2570, 2008-02-07 15:57:06+04:00, svoj@mysql.com +3 -0 BUG#33946 - Join on Federated tables with Unique index gives error 1430 from storage engine Federated may crash a server, return wrong result set, return "ERROR 1030 (HY000): Got error 1430 from storage engine" message when local (engine=federated) table has a key against nullable column. The problem was wrong implementation of function that creates WHERE clause for remote query from key.
[13 Feb 15:42]
Sergey Vojtovich
BUG#33953 was marked as duplicate.
[14 Feb 12:49]
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/42271 ChangeSet@1.2570, 2008-02-14 15:47:29+04:00, svoj@mysql.com +3 -0 BUG#33946 - Join on Federated tables with Unique index gives error 1430 from storage engine Federated may crash a server, return wrong result set, return "ERROR 1030 (HY000): Got error 1430 from storage engine" message when local (engine=federated) table has a key against nullable column. The problem was wrong implementation of function that creates WHERE clause for remote query from key.
[14 Feb 13:42]
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/42277 ChangeSet@1.2571, 2008-02-14 16:27:01+04:00, svoj@mysql.com +3 -0 BUG#33946 - Join on Federated tables with Unique index gives error 1430 from storage engine Federated may crash a server, return wrong result set, return "ERROR 1030 (HY000): Got error 1430 from storage engine" message when local (engine=federated) table has a key against nullable column. The problem was wrong implementation of function that creates WHERE clause for remote query from key.
[19 Mar 18:52]
Sergey Vojtovich
BUG#34775 was marked as duplicate.
[27 Mar 12:18]
Bugs System
Pushed into 5.1.24-rc
[27 Mar 12:21]
Bugs System
Pushed into 5.0.60
[27 Mar 18:49]
Bugs System
Pushed into 6.0.5-alpha
[2 Apr 19:57]
Jon Stephens
Pushed into 5.1.23-ndb-6.3.11.
[16 Apr 2:34]
Paul DuBois
Noted in 5.0.60, 5.1.24, 6.0.5 changelogs. For a FEDERATED table with an index on a nullable column, accessing the table could crash a server, return an incorrect result set, or return ERROR 1030 (HY000): Got error 1430 from storage engine.
