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:
committed by
Otto Kekäläinen
parent
1bf9acceef
commit
16876e47d8
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
10
debian/additions/mariadb.conf.d/60-galera.cnf
vendored
10
debian/additions/mariadb.conf.d/60-galera.cnf
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user