[MDEV-14583] innodb.innodb-index-online failed in buildbot Created: 2017-12-05 Updated: 2018-05-06 Resolved: 2018-05-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Tests |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alice Sherepa | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/10654/steps/mtr_nm/logs/stdio
|
| Comments |
| Comment by Thirunarayanan Balathandayuthapani [ 2018-05-06 ] |
|
This bug is caused by It creates index_stats and table_stats in mysql database instead of innodb_index_stats and innodb_table_stats. It is fixed by the following commit: commit 5868a184fadc84265916c7d273e610d3fa4952e6 Revert " This reverts commit 1af2d7ba235305ffd4c24a47cccafd5fe6815d9e. |