[MDEV-28554] Remove innodb_version Created: 2022-05-13 Updated: 2023-08-04 Resolved: 2022-06-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.10.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Until
That version number was already reported by an earlier message:
Let us remove the redundant version number from InnoDB startup messages. Note: At the start of the InnoDB redo log file ib_logfile0 there will continue to be a string that reports the program version with which the log file was created or rebuilt. |
| Comments |
| Comment by Marko Mäkelä [ 2022-05-13 ] | ||
|
The start-up message was cleaned up already in
But, there is a global variable innodb_version that was always identical with the server version number. That one will be removed as part of this task. |