File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 455
455
},
456
456
' mysqld-5.5' => {
457
457
' myisam-recover' => ' BACKUP' ,
458
+ ' query_cache_limit' => ' 1M' ,
459
+ ' query_cache_size' => ' 16M' ,
458
460
},
459
461
' mysqld-5.6' => {
460
462
' myisam-recover-options' => ' BACKUP' ,
463
+ ' query_cache_limit' => ' 1M' ,
464
+ ' query_cache_size' => ' 16M' ,
461
465
},
462
466
' mysqld-5.7' => {
463
467
' myisam-recover-options' => ' BACKUP' ,
468
+ ' query_cache_limit' => ' 1M' ,
469
+ ' query_cache_size' => ' 16M' ,
464
470
},
465
471
' mysqld' => {
466
472
' basedir' => $mysql::params::basedir ,
474
480
' max_connections' => ' 151' ,
475
481
' pid-file' => $mysql::params::pidfile ,
476
482
' port' => ' 3306' ,
477
- ' query_cache_limit' => ' 1M' ,
478
- ' query_cache_size' => ' 16M' ,
479
483
' skip-external-locking' => true ,
480
484
' socket' => $mysql::params::socket ,
481
485
' ssl' => false ,
You can’t perform that action at this time.
0 commit comments