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

Centos startup script is broken

    XMLWordPrintable

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

          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.