disable query cache only when mariadb is 10.0

pull/28/head
Clément 2018-06-28 10:19:47 +02:00
parent f943a66108
commit 3465869d27
1 changed files with 2 additions and 0 deletions

View File

@ -29,4 +29,6 @@ binlog_format=ROW
default_storage_engine=InnoDB
innodb_autoinc_lock_mode=2
innodb_doublewrite=1
{% if mariadb_version == '10.0'%}
query_cache_size=0
{% endif %}