[MDEV-3744] LP:571200 - MySQL Bug#32426: FederatedX corrupt ORDER BY with TEXT Created: 2010-04-28 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kristian Nielsen | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
http://bugs.mysql.com/bug.php?id=32426 mysql> select * from t1;
------
------ mysql> select * from t1 order by c1;
------
------ Check the MySQL bug link for how to repeat, or comment in the test from .mysql-test/suite/federated/federated.test This bug was fixed in FEDERATED in MySQL, seems we need to port the fix to FEDERATEDX. The code is sufficiently different that porting the fix is not trivial. Now that I merge MySQL 5.1.46, I get the test case and see the bug in the testsuite. I will comment out the test in mysql-test/suite/federated/federated.test. The test needs to be re-enabled as part of this bug fix. |
| Comments |
| Comment by CaptTofu (Inactive) [ 2010-06-11 ] |
|
Re: MySQL Bug#32426: FederatedX corrupt ORDER BY with TEXT |
| Comment by Kristian Nielsen [ 2010-06-14 ] |
|
Re: MySQL Bug#32426: FederatedX corrupt ORDER BY with TEXT http://bugs.mysql.com/bug.php?id=32426 Can't you use the same method as that patch? |
| Comment by CaptTofu (Inactive) [ 2010-07-10 ] |
|
Re: MySQL Bug#32426: FederatedX corrupt ORDER BY with TEXT |
| Comment by Michael Widenius [ 2010-08-11 ] |
|
Re: MySQL Bug#32426: FederatedX corrupt ORDER BY with TEXT i will look at this next week (after linuxconf) and see if I can easily extract the patch and apply it safely to 5.1 |
| Comment by Michael Widenius [ 2010-08-12 ] |
|
Re: MySQL Bug#32426: FederatedX corrupt ORDER BY with TEXT |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 571200 |