mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
The parameter innodb_stats_sample_pages became an alias for innodb_stats_transient_sample_pages and was deprecated in MariaDB Server 10.0. Let us finally remove that alias.
10 lines
222 B
INI
10 lines
222 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld]
|
|
secure-file-priv = ""
|
|
innodb_file_per_table = ON
|
|
innodb_stats_persistent=ON
|
|
innodb_stats_auto_recalc=ON
|
|
innodb_stats_persistent_sample_pages=20
|
|
innodb_stats_transient_sample_pages=8
|