Local merge of patch for MDEV-3896 from maria-5.5-galera.
This commit is contained in:
parent
eaa0fe7cf8
commit
e5cea60933
16
debian/additions/my.cnf
vendored
16
debian/additions/my.cnf
vendored
@ -151,7 +151,21 @@ innodb_flush_method = O_DIRECT
|
|||||||
# ssl-cert=/etc/mysql/server-cert.pem
|
# ssl-cert=/etc/mysql/server-cert.pem
|
||||||
# ssl-key=/etc/mysql/server-key.pem
|
# ssl-key=/etc/mysql/server-key.pem
|
||||||
|
|
||||||
|
#
|
||||||
|
# * Galera-related settings
|
||||||
|
#
|
||||||
|
[galera]
|
||||||
|
# Mandatory settings
|
||||||
|
#wsrep_provider=
|
||||||
|
#wsrep_cluster_address=
|
||||||
|
#wsrep_slave_threads=1
|
||||||
|
#binlog_format=row
|
||||||
|
#default_storage_engine=InnoDB
|
||||||
|
#innodb_autoinc_lock_mode=2
|
||||||
|
#query_cache_size=0
|
||||||
|
#
|
||||||
|
# Optional setting
|
||||||
|
#innodb_flush_log_at_trx_commit=2
|
||||||
|
|
||||||
[mysqldump]
|
[mysqldump]
|
||||||
quick
|
quick
|
||||||
|
@ -5,4 +5,7 @@ const char *load_default_groups[]= {
|
|||||||
"mysqld", "server", MYSQL_BASE_VERSION,
|
"mysqld", "server", MYSQL_BASE_VERSION,
|
||||||
"mariadb", MARIADB_BASE_VERSION,
|
"mariadb", MARIADB_BASE_VERSION,
|
||||||
"client-server",
|
"client-server",
|
||||||
|
#ifdef WITH_WSREP
|
||||||
|
"galera",
|
||||||
|
#endif
|
||||||
0, 0};
|
0, 0};
|
||||||
|
@ -11,6 +11,22 @@
|
|||||||
# this is only for the mysqld standalone daemon
|
# this is only for the mysqld standalone daemon
|
||||||
[mysqld]
|
[mysqld]
|
||||||
|
|
||||||
|
#
|
||||||
|
# * Galera-related settings
|
||||||
|
#
|
||||||
|
[galera]
|
||||||
|
# Mandatory settings
|
||||||
|
#wsrep_provider=
|
||||||
|
#wsrep_cluster_address=
|
||||||
|
#wsrep_slave_threads=1
|
||||||
|
#binlog_format=row
|
||||||
|
#default_storage_engine=InnoDB
|
||||||
|
#innodb_autoinc_lock_mode=2
|
||||||
|
#query_cache_size=0
|
||||||
|
#
|
||||||
|
# Optional setting
|
||||||
|
#innodb_flush_log_at_trx_commit=2
|
||||||
|
|
||||||
# this is only for embedded server
|
# this is only for embedded server
|
||||||
[embedded]
|
[embedded]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user