1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Deb: Unify config file syntax style

- no space after comment
- align equal signs in groups

Upstreamed from: a8c67e15c9
This commit is contained in:
Otto Kekäläinen
2020-10-06 22:39:32 +03:00
committed by Otto Kekäläinen
parent 1bf9acceef
commit 16876e47d8
3 changed files with 9 additions and 8 deletions

View File

@@ -5,11 +5,11 @@
[client]
# Example of client certificate usage
# ssl-cert = /etc/mysql/client-cert.pem
# ssl-key = /etc/mysql/client-key.pem
#ssl-cert = /etc/mysql/client-cert.pem
#ssl-key = /etc/mysql/client-key.pem
#
# Allow only TLS encrypted connections
# ssl-verify-server-cert = on
#ssl-verify-server-cert = on
# This group is *never* read by mysql client library, though this
# /etc/mysql/mariadb.cnf.d/client.cnf file is not read by Oracle MySQL

View File

@@ -82,6 +82,7 @@ expire_logs_days = 10
#ssl-ca = /etc/mysql/cacert.pem
#ssl-cert = /etc/mysql/server-cert.pem
#ssl-key = /etc/mysql/server-key.pem
#require-secure-transport = on
#
# * Character sets

View File

@@ -6,11 +6,11 @@
[galera]
# Mandatory settings
#wsrep_on = ON
#wsrep_provider =
#wsrep_cluster_address =
#binlog_format = row
#default_storage_engine = InnoDB
#wsrep_on = ON
#wsrep_cluster_name = "MariaDB Galera Cluster"
#wsrep_cluster_address = gcomm://
#binlog_format = row
#default_storage_engine = InnoDB
#innodb_autoinc_lock_mode = 2
# Allow server to accept connections on all interfaces.