[MDEV-10917] Warning suggesting that innodb_page_size is experimental may be inaccurate Created: 2016-09-28 Updated: 2016-10-29 Resolved: 2016-10-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.1.17 |
| Fix Version/s: | 10.1.19 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | innodb | ||
| Description |
|
If a user sets something like the following in their configuration file:
Then they will see a warning like the following in their error log:
But the documentation seems to imply that this option is no longer experimental, since Percona's experimental version was replaced with the version from MySQL 5.6. https://mariadb.com/kb/en/mariadb/xtradbinnodb-server-system-variables/#innodb_page_size Is this warning inaccurate? If so, the "experimental" reference should probably be removed. |
| Comments |
| Comment by Geoff Montee (Inactive) [ 2016-09-28 ] | |
|
It looks like MariaDB 10.0 does not mention the word "experimental" in the message it prints to the error log:
Was the "experimental" wording intentionally added in MariaDB 10.1, or did it somehow return from Percona's experimental version of innodb_page_size from MariaDB 5.5? | |
| Comment by Jan Lindström (Inactive) [ 2016-10-29 ] | |
|
commit 84ce681969c3cdec095a45517164275989f95477 Removed experimental from message. |