[MDEV-4025] Wrong estimate of rows in the test case for LP bug #934348 Created: 2013-01-12 Updated: 2015-11-06 Resolved: 2015-11-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 5.3.11 |
| Fix Version/s: | 5.3.12 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Igor Babaev | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The following EXPLAIN command from the test case for LP bug #934348
returns
It should return
as the number of rows in the table t1 is equal to 3. |
| Comments |
| Comment by Elena Stepanova [ 2015-11-06 ] | |||||||||||
|
It was fixed in 5.3.12, here is the commit message:
|