[MDEV-28471] INSTALL ERROR Innodb engine settings Page size 64KiB causing error Created: 2022-05-04 Updated: 2022-05-13 Resolved: 2022-05-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform Windows |
| Affects Version/s: | 10.6.7, 10.7.3, 10.8.2 |
| Fix Version/s: | 10.6.8, 10.7.4, 10.8.3, 10.9.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Philipp DANNER | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility, innodb | ||
| Environment: |
OS: Microsoft Windows 10 Pro |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
3 info events:
7B45434244423035372D394545442D343535322D413539362D4138453432333533433537397D3030303031363735333364316134623430376164646630323162653235643932653834663030303030393034 In Words 0000: 4243457B 35304244 45392D37 342D4445 In Bytes 0000: 7B 45 43 42 44 42 30 35 {ECBDB05 0008: 37 2D 39 45 45 44 2D 34 7-9EED-4 0010: 35 35 32 2D 41 35 39 36 552-A596 0018: 2D 41 38 45 34 32 33 35 -A8E4235 0020: 33 43 35 37 39 7D 30 30 3C579}00 5 error events:
Daniel Black told me I should open a BugReport. |
| Comments |
| Comment by Daniel Black [ 2022-05-05 ] |
|
Thanks for the details. The error message "InnoDB: innodb_page_size=65536 requires innodb_buffer_pool_size >= 20MiB current 10MiB" is the relevant one. The page size to buffer pool allowed sizes is in this change. The default buffer pool size is 128MiB so this should be sufficient. Something is wrong is how it got to 10MiB. The windows installer uses the default buffer pool size in the install. |