Merge lp:~robert-ayres/charms/precise/mysql/fix-binlog-format into lp:charms/mysql

Proposed by Robert Ayres
Status: Merged
Merged at revision: 110
Proposed branch: lp:~robert-ayres/charms/precise/mysql/fix-binlog-format
Merge into: lp:charms/mysql
Diff against target: 11 lines (+1/-1)
1 file modified
hooks/config-changed (+1/-1)
To merge this branch: bzr merge lp:~robert-ayres/charms/precise/mysql/fix-binlog-format
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Review via email: mp+200584@code.launchpad.net

Description of the change

Fixes binglog-format option, so it works :)

To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

Great find, thanks for the fix! LGTM +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/config-changed'
2--- hooks/config-changed 2013-06-07 00:32:28 +0000
3+++ hooks/config-changed 2014-01-06 20:33:23 +0000
4@@ -316,7 +316,7 @@
5 """
6
7 binlog_cnf = binlog_template % (unit_id,
8- configs.get('binlog_format','MIXED'))
9+ configs.get('binlog-format','MIXED'))
10
11 mycnf=template % configs
12

Subscribers

People subscribed via source and target branches