~openstack-ubuntu-testing/charms/precise/mysql/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Clint Byrum
  • Date: 2013-03-26 20:50:20 UTC
  • Revision ID: clint@ubuntu.com-20130326205020-emh7fee8zub92u92
Default query cache to off to prevent concurrency problems

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        type: string
17
17
        description: Possible values are 'distro' or 'percona'
18
18
    query-cache-type:
19
 
        default: "ON"
 
19
        default: "OFF"
20
20
        type: string
21
21
        description: Query cache is usually a good idea, but can hurt concurrency. Valid values are "OFF", "ON", or "DEMAND". http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_query_cache_type
22
22
    query-cache-size: