Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.40, 10.0.14
    • 5.5.41, 10.0.15
    • Compiling
    • Debian GNU/Linux sid

    Description

      There is a typo in cmake/plugin.cmake:

      --- cmake/plugin.cmake.orig	2014-10-08 20:40:56.525225813 +0900
      +++ cmake/plugin.cmake	2014-10-08 20:41:29.620423548 +0900
      @@ -65,7 +65,7 @@
         ENDIF()
         
         IF(WITH_${plugin}_STORAGE_ENGINE 
      -    OR WITH_{$plugin}
      +    OR WITH_${plugin}
           OR WITH_ALL 
           OR WITH_MAX 
           AND NOT WITHOUT_${plugin}_STORAGE_ENGINE

      Attachments

        Activity

          kou Kouhei Sutou created issue -
          elenst Elena Stepanova made changes -
          Field Original Value New Value
          Description There is a typo in cmake/plugin.cmake:

          --- cmake/plugin.cmake.orig 2014-10-08 20:40:56.525225813 +0900
          +++ cmake/plugin.cmake 2014-10-08 20:41:29.620423548 +0900
          @@ -65,7 +65,7 @@
             ENDIF()
             
             IF(WITH_${plugin}_STORAGE_ENGINE
          - OR WITH_{$plugin}
          + OR WITH_${plugin}
               OR WITH_ALL
               OR WITH_MAX
               AND NOT WITHOUT_${plugin}_STORAGE_ENGINE
          There is a typo in cmake/plugin.cmake:

          {noformat}
          --- cmake/plugin.cmake.orig 2014-10-08 20:40:56.525225813 +0900
          +++ cmake/plugin.cmake 2014-10-08 20:41:29.620423548 +0900
          @@ -65,7 +65,7 @@
             ENDIF()
             
             IF(WITH_${plugin}_STORAGE_ENGINE
          - OR WITH_{$plugin}
          + OR WITH_${plugin}
               OR WITH_ALL
               OR WITH_MAX
               AND NOT WITHOUT_${plugin}_STORAGE_ENGINE
          {noformat}
          elenst Elena Stepanova made changes -
          Fix Version/s 10.0 [ 16000 ]
          Assignee Sergei Golubchik [ serg ]
          serg Sergei Golubchik made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          serg Sergei Golubchik made changes -
          Affects Version/s 5.5.40 [ 17100 ]
          serg Sergei Golubchik made changes -
          Fix Version/s 10.0.15 [ 17300 ]
          Fix Version/s 5.5.41 [ 17600 ]
          Fix Version/s 10.0 [ 16000 ]

          Thanks! Fixed.

          serg Sergei Golubchik added a comment - Thanks! Fixed.
          kou Kouhei Sutou added a comment -

          Thanks!

          kou Kouhei Sutou added a comment - Thanks!
          serg Sergei Golubchik made changes -
          Component/s OTHER [ 10125 ]
          Component/s Plugins [ 10118 ]
          Resolution Fixed [ 1 ]
          Status In Progress [ 3 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Component/s Compiling [ 11001 ]
          Component/s OTHER [ 10125 ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Workflow MariaDB v2 [ 55514 ] MariaDB v3 [ 65668 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 65668 ] MariaDB v4 [ 148298 ]

          People

            serg Sergei Golubchik
            kou Kouhei Sutou
            Votes:
            0 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.