[MDEV-8969] groonga is compiled even with -DPLUGIN_MROONGA=NO Created: 2015-10-19 Updated: 2015-11-16 Resolved: 2015-11-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Storage Engine - Mroonga |
| Affects Version/s: | 10.1.8 |
| Fix Version/s: | 10.1.9 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.1.9-3 | ||||||||
| Description |
|
groonga is compiled even with -DPLUGIN_MROONGA=NO because it only does
The strictly correct behavior is to run mysql_add_plugin and then check whether the mroonga target exists. |