[MDEV-16862] build failure for WITH_INNODB_AHI=0 Created: 2018-07-31 Updated: 2018-08-21 Resolved: 2018-08-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2.17, 10.3.8 |
| Fix Version/s: | 10.2.18, 10.3.10 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Axel Schwenke | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Building the server with the InnoDB Adaptive Hash Index disabled (cmake ... -DWITH_INNODB_AHI=0 ...) stops with references to unknown function buf_LRU_drop_page_hash_for_tablespace(). |
| Comments |
| Comment by Axel Schwenke [ 2018-07-31 ] |
|
Proposed fix in MDEV-16862.diff |
| Comment by Marko Mäkelä [ 2018-08-21 ] |
|
Thank you for the report! This build option was broken by |