Bug #33946 | Join on Federated tables with Unique index gives error 1430 from storage engine | ||
---|---|---|---|
Submitted: | 20 Jan 2008 6:28 | Modified: | 16 Apr 2008 0:34 |
Reporter: | Chris Calender | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Federated storage engine | Severity: | S3 (Non-critical) |
Version: | 5.0.54 | OS: | Any |
Assigned to: | Sergey Vojtovich | CPU Architecture: | Any |
Tags: | 1430, federated, IS NOT NULL, join, unique index |
[20 Jan 2008 6:28]
Chris Calender
[7 Feb 2008 11:20]
Sergey Vojtovich
BUG#33947 was marked as duplicate.
[7 Feb 2008 11: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 2008 14:42]
Sergey Vojtovich
BUG#33953 was marked as duplicate.
[14 Feb 2008 11: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 2008 12: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 2008 17:52]
Sergey Vojtovich
BUG#34775 was marked as duplicate.
[27 Mar 2008 11:18]
Bugs System
Pushed into 5.1.24-rc
[27 Mar 2008 11:21]
Bugs System
Pushed into 5.0.60
[27 Mar 2008 17:49]
Bugs System
Pushed into 6.0.5-alpha
[2 Apr 2008 17:57]
Jon Stephens
Pushed into 5.1.23-ndb-6.3.11.
[16 Apr 2008 0: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.