[MDEV-5140] TokuDB is compiled by default (and compilation fails on x86_64 OpenSuse 12.3) Created: 2013-10-15 Updated: 2014-07-29 Resolved: 2014-07-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.33a |
| Fix Version/s: | 5.5.38 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Vilho Raatikka | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | tokudb, upstream | ||
| Environment: |
OpenSuse 12.3 on |
||
| Description |
|
The following sequence fails due TokuDB compile error. TokuDB, however, wasn't meant to be included in the build.
results:
|
| Comments |
| Comment by Sergei Golubchik [ 2013-10-15 ] |
|
The bug is that TokuDB doesn't compile without partitioning. It doesn't always correctly #ifdef the code that depends on partitioning. It's not a bug that it is compiled by default, if you want to disable TokuDB, you need to do that explicitly. |