[MDEV-86] limit in derived in subquery in a stored function Created: 2012-01-16 Updated: 2012-01-19 Resolved: 2012-01-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.20 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Sergei Golubchik | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
in sp.test:
limit values are used in JOIN::optimize invoked from mysql_derived_optimize. |
| Comments |
| Comment by Sergei Golubchik [ 2012-01-16 ] |
|
please review also the complete changeset that added this test case to sp.test. |
| Comment by Igor Babaev [ 2012-01-18 ] |
|
Pushed the fix into lp:~maria-captains/maria/5.5 |