File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,10 +78,8 @@ relay-log-index = relay-bin.index
7878{% endif %}
7979{% endif %}
8080
81- {% if mysql_daemon == 'mysql' or (mysql_daemon == 'mariadb' and mysql_cli_version is version ('11.0' , '<' )) %}
8281# Disabling symbolic-links is recommended to prevent assorted security risks
8382symbolic-links = 0
84- {% endif %}
8583
8684# User is ignored when systemd is used (fedora >= 15).
8785user = mysql
@@ -99,7 +97,7 @@ read_rnd_buffer_size = {{ mysql_read_rnd_buffer_size }}
9997myisam_sort_buffer_size = {{ mysql_myisam_sort_buffer_size }}
10098thread_cache_size = {{ mysql_thread_cache_size }}
10199{% if (mysql_daemon == 'mysql' and mysql_cli_version is version ('8.0' , '<' )) or
102- ( mysql_daemon == 'mariadb' and mysql_cli_version is version ( '10.9' , '<' )) %}
100+ mysql_daemon == 'mariadb' %}
103101query_cache_type = {{ mysql_query_cache_type }}
104102query_cache_size = {{ mysql_query_cache_size }}
105103query_cache_limit = {{ mysql_query_cache_limit }}
You can’t perform that action at this time.
0 commit comments