[MDEV-12698] innodb.innodb_stats_del_mark test failure Created: 2017-05-05 Updated: 2017-12-04 Resolved: 2017-05-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Tests |
| Affects Version/s: | 10.2.6 |
| Fix Version/s: | 10.2.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
10.2 at commit 96247be1a0dfa3035580b53b1c27a7247a410713
|
| Comments |
| Comment by Marko Mäkelä [ 2017-05-15 ] | |||||||
|
The expected output is apparently missing because this condition is not satisfied:
This condition was indeed failing already when the test was introduced by | |||||||
| Comment by Marko Mäkelä [ 2017-05-15 ] | |||||||
|
For me, the estimated count of rows is 145 or 1, which is well below 20000. | |||||||
| Comment by Marko Mäkelä [ 2017-05-15 ] | |||||||
|
There are a few extra parameters in MariaDB that the test should probably reset.
I think that the Oracle bug fix is incomplete. I do not see anything that would schedule the statistics to be recalculated on rollback. I am working on a fix. | |||||||
| Comment by Marko Mäkelä [ 2017-05-16 ] | |||||||
| Comment by Jan Lindström (Inactive) [ 2017-05-16 ] | |||||||
|
ok to push. In my opinion the rollback change can be also considered as a bug fix. |