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

back_log ignored

    XMLWordPrintable

Details

    Description

      https://mariadb.com/kb/en/mariadb/server-system-variables/#back_log

      besides that the value is completly ignored - from where comes the 110 when the docs say it would be the same as "max_connections" which is on 300?

      max_connections  = 300
      back_log  = 1000
      

      MariaDB [(none)]> show GLOBAL variables like 'back_log';
      +---------------+-------+
      | Variable_name | Value |
      +---------------+-------+
      | back_log      | 110   |
      +---------------+-------+
      1 row in set (0.00 sec)
      

      Default Value:

      The lower of 150 or the value of max_connections (>= MariaDB 10.0.8)
      50 (<= MariaDB 10.0.8)

      Attachments

        Activity

          People

            serg Sergei Golubchik
            hreindl Reindl Harald
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.