Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.36, 10.0.9
    • 5.5.37, 10.0.10
    • None
    • None

    Description

      I received the following bug report + patch:

      The Centos startup script in MariaDB 10.0.9 is broken (if basedir !=
      datadir).

      The patch to fix:

      @@ -254,7 +254,7 @@
       
       wait_for_ready () {
       
      -  test -n "$socket" && sockopt="--socket=$socket"
      +  test -n "$socket" && sockopt="--socket=$datadir/$socket"
       
         i=0
         while test $i -ne $service_startup_timeout ; do

      Attachments

        Activity

          ratzpo Rasmus Johansson (Inactive) created issue -
          serg Sergei Golubchik made changes -
          Field Original Value New Value
          Description I received the following bug report + patch:

          The Centos startup script in MariaDB 10.0.9 is broken (if basedir !=
          datadir).

          The patch to fix:

          @@ -254,7 +254,7 @@

           wait_for_ready () {

          - test -n "$socket" && sockopt="--socket=$socket"
          + test -n "$socket" && sockopt="--socket=$datadir/$socket"

             i=0
             while test $i -ne $service_startup_timeout ; do
          I received the following bug report + patch:

          The Centos startup script in MariaDB 10.0.9 is broken (if basedir !=
          datadir).

          The patch to fix:
          {noformat}
          @@ -254,7 +254,7 @@

           wait_for_ready () {

          - test -n "$socket" && sockopt="--socket=$socket"
          + test -n "$socket" && sockopt="--socket=$datadir/$socket"

             i=0
             while test $i -ne $service_startup_timeout ; do
          {noformat}
          serg Sergei Golubchik made changes -
          Assignee Sergei Golubchik [ serg ]
          serg Sergei Golubchik made changes -
          Affects Version/s 5.5.36 [ 14600 ]
          serg Sergei Golubchik made changes -
          Fix Version/s 5.5.37 [ 15000 ]
          serg Sergei Golubchik made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          serg Sergei Golubchik made changes -
          Resolution Fixed [ 1 ]
          Status In Progress [ 3 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow defaullt [ 36916 ] MariaDB v2 [ 42943 ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Workflow MariaDB v2 [ 42943 ] MariaDB v3 [ 61972 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 61972 ] MariaDB v4 [ 147655 ]

          People

            serg Sergei Golubchik
            ratzpo Rasmus Johansson (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 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.