Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-8969

groonga is compiled even with -DPLUGIN_MROONGA=NO

Details

    • 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.

      Attachments

        Issue Links

          Activity

            serg Sergei Golubchik created issue -
            serg Sergei Golubchik made changes -
            Field Original Value New Value
            Description groonga is compiled even with {{-DPLUGIN_MROONGA=NO}} because it only does
            {{code}}
            if(MRN_BUNDLED)
              if(WITHOUT_MROONGA OR WITHOUT_MROONGA_STORAGE_ENGINE)
                return()
              endif()
            endif()
            {{code}}
            The strictly correct behavior is to run {{mysql_add_plugin}} and then check whether the mroonga target exists.
            groonga is compiled even with {{-DPLUGIN_MROONGA=NO}} because it only does
            {code}
            if(MRN_BUNDLED)
              if(WITHOUT_MROONGA OR WITHOUT_MROONGA_STORAGE_ENGINE)
                return()
              endif()
            endif()
            {code}
            The strictly correct behavior is to run {{mysql_add_plugin}} and then check whether the mroonga target exists.
            serg Sergei Golubchik made changes -
            serg Sergei Golubchik made changes -
            Sprint 10.1.9-3 [ 20 ]
            serg Sergei Golubchik made changes -
            Status Open [ 1 ] In Progress [ 3 ]
            serg Sergei Golubchik made changes -
            Status In Progress [ 3 ] Stalled [ 10000 ]
            serg Sergei Golubchik made changes -
            Component/s Compiling [ 11001 ]
            Fix Version/s 10.1.9 [ 20301 ]
            Fix Version/s 10.1 [ 16100 ]
            Resolution Fixed [ 1 ]
            Status Stalled [ 10000 ] Closed [ 6 ]
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 72207 ] MariaDB v4 [ 149729 ]

            People

              serg Sergei Golubchik
              serg Sergei Golubchik
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.