Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1.8
-
Debian 8 "Jessie"
-
10.1.9-2
Description
$ apt-get install mariadb-server mariadb-client#
|
$ echo "max_connections=3000" >> /etc/mysql/conf.d/mariadb.cnf
|
$ systemctl restart mysqld
|
$ mysql
|
Welcome to the MariaDB monitor. Commands end with ; or \g.
|
Your MariaDB connection id is 3
|
Server version: 10.1.8-MariaDB-1~jessie mariadb.org binary distribution
|
|
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
|
|
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
|
|
MariaDB [(none)]> select @@max_connections\G
|
@@max_connections: 214
|
1 row in set (0.00 sec)
|
Attachments
Issue Links
- relates to
-
MDEV-9095 [PATCH] systemd capability for --memlock
-
- Closed
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Description |
$ apt-get install mariadb-server mariadb-client# $ echo "max_connections=3000" >> /etc/mysql/conf.d/mariadb.cnf $ systemctl restart mysqld $ mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 3 Server version: 10.1.8-MariaDB-1~jessie mariadb.org binary distribution Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> select @@max_connections\G *************************** 1. row *************************** @@max_connections: 214 1 row in set (0.00 sec) |
$ apt-get install mariadb-server mariadb-client# $ echo "max_connections=3000" >> /etc/mysql/conf.d/mariadb.cnf $ systemctl restart mysqld $ mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 3 Server version: 10.1.8-MariaDB-1~jessie mariadb.org binary distribution Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> select @@max_connections\G @@max_connections: 214 1 row in set (0.00 sec) |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Component/s | Packaging [ 10700 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Assignee | Sergey Vojtovich [ svoj ] | |
Labels | regression systemd | |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Sergey Vojtovich [ svoj ] | Sergei Golubchik [ serg ] |
Description |
$ apt-get install mariadb-server mariadb-client# $ echo "max_connections=3000" >> /etc/mysql/conf.d/mariadb.cnf $ systemctl restart mysqld $ mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 3 Server version: 10.1.8-MariaDB-1~jessie mariadb.org binary distribution Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> select @@max_connections\G @@max_connections: 214 1 row in set (0.00 sec) |
{noformat} $ apt-get install mariadb-server mariadb-client# $ echo "max_connections=3000" >> /etc/mysql/conf.d/mariadb.cnf $ systemctl restart mysqld $ mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 3 Server version: 10.1.8-MariaDB-1~jessie mariadb.org binary distribution Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> select @@max_connections\G @@max_connections: 214 1 row in set (0.00 sec) {noformat} |
Sprint | 10.1.9-2 [ 19 ] |
Assignee | Sergei Golubchik [ serg ] | Sergey Vojtovich [ svoj ] |
Remote Link | This issue links to "github PR 117 (Web Link)" [ 25709 ] |
Comment | [ patch as per [github pull request 117|https://github.com/MariaDB/server/pull/117] ] |
Remote Link | This issue links to "github PR 117 (Web Link)" [ 25709 ] |
Remote Link | This issue links to "github pr118 (Web Link)" [ 25711 ] |
Summary | max_connections setting is ignored on start on Debian 8 | [PATCH] max_connections setting is ignored on start on Debian 8 |
Labels | regression systemd | patch regression systemd |
Fix Version/s | 10.1.9 [ 20301 ] | |
Fix Version/s | 10.1 [ 16100 ] |
Remote Link | This issue links to "Github revision (Web Link)" [ 25712 ] |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 72240 ] | MariaDB v4 [ 149746 ] |