[MDEV-15288] Configure errors when building without INNOBASE Created: 2018-02-12 Updated: 2018-03-11 Resolved: 2018-03-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.0.34, 10.1.31 |
| Fix Version/s: | 10.0.35, 10.1.32, 10.2.14, 10.3.6 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Bernard Spil | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
FreeBSD 11.1 amd64 (and 10.3 amd64) |
||
| Sprint: | 10.2.14 |
| Description |
|
When building (configuring) MariaDB without InnoBase support, the configure step fails.This was intruduced in 3699a4b5c07efebfd8e325ee12120573087288b6
10.0 -DWITHOUT_INNOBASE=1 As far as I know, for 10.0 and 10.1 the default InnoDB storage backend is still XtraDB (for 10.2 it is InnoBase recently). If I revert that commit (remove last line of storage/innobase/CMakeLists.txt) configure is OK. |