[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:
Duplicate
duplicates MDEV-9004 libgroonga is built even when the mro... Closed
Sprint: 10.1.9-3

 Description   

groonga is compiled even with -DPLUGIN_MROONGA=NO because it only does

if(MRN_BUNDLED)
  if(WITHOUT_MROONGA OR WITHOUT_MROONGA_STORAGE_ENGINE)
    return()
  endif()
endif()

The strictly correct behavior is to run mysql_add_plugin and then check whether the mroonga target exists.


Generated at Thu Feb 08 07:31:09 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.