~gnuoy/charms/trusty/mysql/1567971

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Jorge Niedbalski
  • Date: 2015-03-04 18:00:46 UTC
  • mfrom: (142.1.1 mysql)
  • Revision ID: jorge.niedbalski@canonical.com-20150304180046-y1i8zlvsnmr2g43u
[jjo, r=niedbalski] Fixes bug LP: #1386791

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        default: -1
28
28
        type: int
29
29
        description: Maximum connections to allow. -1 means use the server's compiled in default.
 
30
    wait-timeout:
 
31
        default: -1
 
32
        type: int
 
33
        description: The number of seconds the server waits for activity on a noninteractive connection before closing it. -1 means use the server's compiled in default.
30
34
    binlog-format:
31
35
        default: 'MIXED'
32
36
        type: string