Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.2(EOL)
-
None
Description
On server bootstrap with default options, InnoDB produces the warnings
2017-01-23 1:49:05 140688075253632 [Warning] InnoDB: New log files created, LSN=45892
|
2017-01-23 1:49:06 140688075253632 [Warning] InnoDB: Creating foreign key constraint system tables.
|
It's bootstrap, naturally InnoDB creates new files and system tables, there should be no warnings of this kind.
Attachments
Issue Links
- includes
-
MDEV-11782 Redefine the innodb_encrypt_log format
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue includes |
issue.field.resolutiondate | 2017-03-14 15:18:52.0 | 2017-03-14 15:18:52.758 |
Fix Version/s | 10.2.5 [ 22117 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 79318 ] | MariaDB v4 [ 151583 ] |
The "New log files created" was changed to [Note] in
MDEV-11782.