We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32325f3 + 4ff6107 commit 4ae123eCopy full SHA for 4ae123e
manifests/params.pp
@@ -455,12 +455,18 @@
455
},
456
'mysqld-5.5' => {
457
'myisam-recover' => 'BACKUP',
458
+ 'query_cache_limit' => '1M',
459
+ 'query_cache_size' => '16M',
460
461
'mysqld-5.6' => {
462
'myisam-recover-options' => 'BACKUP',
463
464
465
466
'mysqld-5.7' => {
467
468
469
470
471
'mysqld' => {
472
'basedir' => $mysql::params::basedir,
0 commit comments