[MDEV-4209] Wrong result for a simple join over a materialized view with a blob column Created: 2013-02-27 Updated: 2013-03-01 Resolved: 2013-03-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1, 5.5.29, 5.3.12 |
| Fix Version/s: | 10.0.2, 5.5.30, 5.3.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Igor Babaev | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The following test case returns a wrong result in MariaDB 5.3/5.5:
The last query from the test case returns:
The correct result is:
This result can be obtained if |
| Comments |
| Comment by Igor Babaev [ 2013-03-01 ] |
|
The fix for this bug was applied to the 5.3 tree in rev 3631 on 2013-02-28. |