Update 'myisam-recover-options' config template

Note that the option name has changed.
Also removed an unnecessary commented line.

Change-Id: I963724e553baf0870c95aecd1cabc8cbba3da422
Closes-Bug: 1580315
This commit is contained in:
Petr Malik 2016-05-10 15:42:21 -04:00
parent 2db8983c74
commit e07262d711
7 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 1110
Content-Length: 1124
Date: Mon, 18 Mar 2013 19:09:17 GMT

View File

@ -18,7 +18,7 @@
"max_connections": "100",
"max_heap_table_size": "16M",
"max_user_connections": "100",
"myisam-recover": "BACKUP",
"myisam-recover-options": "BACKUP,FORCE",
"open_files_limit": "512",
"pid_file": "/var/run/mysqld/mysqld.pid",
"port": "3306",

View File

@ -0,0 +1,4 @@
---
fixes:
- Replace the deprecated 'myisam-recover' option
with its newer counterpart 'myisam-recover-options'.

View File

@ -11,7 +11,6 @@ user = mysql
port = 3306
basedir = /usr
datadir = /var/lib/mysql/data
####tmpdir = /tmp
tmpdir = /var/tmp
pid_file = /var/run/mysqld/mysqld.pid
skip-external-locking = 1
@ -19,7 +18,7 @@ key_buffer_size = {{ (50 * flavor['ram']/512)|int }}M
max_allowed_packet = {{ (1024 * flavor['ram']/512)|int }}K
thread_stack = 192K
thread_cache_size = {{ (4 * flavor['ram']/512)|int }}
myisam-recover = BACKUP
myisam-recover-options = BACKUP,FORCE
query_cache_type = 1
query_cache_limit = 1M
query_cache_size = {{ (8 * flavor['ram']/512)|int }}M

View File

@ -9,7 +9,6 @@ user = mysql
port = 3306
basedir = /usr
datadir = /var/lib/mysql/data
####tmpdir = /tmp
tmpdir = /var/tmp
pid_file = /var/run/mysqld/mysqld.pid
skip-external-locking = 1
@ -17,7 +16,7 @@ key_buffer_size = {{ (50 * flavor['ram']/512)|int }}M
max_allowed_packet = {{ (1024 * flavor['ram']/512)|int }}K
thread_stack = 192K
thread_cache_size = {{ (4 * flavor['ram']/512)|int }}
myisam-recover = BACKUP
myisam-recover-options = BACKUP,FORCE
query_cache_type = 1
query_cache_limit = 1M
query_cache_size = {{ (8 * flavor['ram']/512)|int }}M

View File

@ -9,7 +9,6 @@ user = mysql
port = 3306
basedir = /usr
datadir = /var/lib/mysql/data
####tmpdir = /tmp
tmpdir = /var/tmp
pid_file = /var/run/mysqld/mysqld.pid
skip-external-locking = 1
@ -17,7 +16,7 @@ key_buffer_size = {{ (50 * flavor['ram']/512)|int }}M
max_allowed_packet = {{ (1024 * flavor['ram']/512)|int }}K
thread_stack = 192K
thread_cache_size = {{ (4 * flavor['ram']/512)|int }}
myisam-recover = BACKUP
myisam-recover-options = BACKUP,FORCE
query_cache_type = 1
query_cache_limit = 1M
query_cache_size = {{ (8 * flavor['ram']/512)|int }}M

View File

@ -9,7 +9,6 @@ user = mysql
port = 3306
basedir = /usr
datadir = /var/lib/mysql/data
####tmpdir = /tmp
tmpdir = /var/tmp
pid_file = /var/run/mysqld/mysqld.pid
skip-external-locking = 1
@ -17,7 +16,7 @@ key_buffer_size = {{ (50 * flavor['ram']/512)|int }}M
max_allowed_packet = {{ (1024 * flavor['ram']/512)|int }}K
thread_stack = 192K
thread_cache_size = {{ (4 * flavor['ram']/512)|int }}
myisam-recover = BACKUP
myisam-recover-options = BACKUP,FORCE
query_cache_type = 1
query_cache_limit = 1M
query_cache_size = {{ (8 * flavor['ram']/512)|int }}M