Update mariadb to 10.6.5
Previous mariadb version 10.6.4 was troublesome. We hope that issues were fixed in 10.6.5 but we need to be cautious with it. Change-Id: I2c85bfa5976752b297df337aa7726f934ae5db90
This commit is contained in:
parent
c857503274
commit
d9a21b1433
@ -42,8 +42,8 @@ galera_mariadb_service_name: mariadb
|
||||
galera_mariadb_server_package: "{{ _galera_mariadb_server_package }}"
|
||||
|
||||
# The major version used to select the repo URL path
|
||||
galera_major_version: 10.5
|
||||
galera_minor_version: 12
|
||||
galera_major_version: 10.6
|
||||
galera_minor_version: 5
|
||||
|
||||
# Set the URL for the MariaDB repository
|
||||
galera_repo_host: "downloads.mariadb.com"
|
||||
|
@ -87,9 +87,6 @@ innodb-read-io-threads = 4
|
||||
innodb-write-io-threads = 4
|
||||
innodb-doublewrite = 1
|
||||
innodb-log-buffer-size = {{ galera_innodb_log_buffer_size }}
|
||||
innodb-buffer-pool-instances = 8
|
||||
innodb-log-files-in-group = 2
|
||||
innodb-thread-concurrency = 64
|
||||
|
||||
# avoid statistics update when doing e.g show tables
|
||||
innodb_stats_on_metadata = 0
|
||||
|
Loading…
Reference in New Issue
Block a user