Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.7
-
None
-
Fedora 25 x86_64
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
Field | Original Value | New Value |
---|---|---|
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) |
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? {noformat} max_connections = 300 back_log = 1000 {noformat} {code:sql} MariaDB [(none)]> show GLOBAL variables like 'back_log'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | back_log | 110 | +---------------+-------+ 1 row in set (0.00 sec) {code} {quote} Default Value: The lower of 150 or the value of max_connections (>= MariaDB 10.0.8) 50 (<= MariaDB 10.0.8) {quote} |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Component/s | Documentation [ 10903 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Assignee | Sergei Golubchik [ serg ] | |
Priority | Critical [ 2 ] | Major [ 3 ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Fix Version/s | 10.2.8 [ 22544 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 81754 ] | MariaDB v4 [ 152522 ] |