[MDEV-11873] Unnecessary InnoDB warnings upon bootstrap Created: 2017-01-22 Updated: 2017-03-14 Resolved: 2017-03-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
On server bootstrap with default options, InnoDB produces the warnings
It's bootstrap, naturally InnoDB creates new files and system tables, there should be no warnings of this kind. |
| Comments |
| Comment by Marko Mäkelä [ 2017-03-14 ] |
|
The "New log files created" was changed to [Note] in |
| Comment by Marko Mäkelä [ 2017-03-14 ] |
|
I changed the warning about the SYS_FOREIGN and SYS_FOREIGN_COLS creation to a note, and removed some messages about the successful creation of metadata tables, because they are basically noise. |