Merge lp://staging/~mbruzek/charms/precise/mysql/addescapes into lp://staging/charms/mysql
Proposed by
Matt Bruzek
Status: | Merged |
---|---|
Merged at revision: | 120 |
Proposed branch: | lp://staging/~mbruzek/charms/precise/mysql/addescapes |
Merge into: | lp://staging/charms/mysql |
Diff against target: |
21 lines (+2/-2) 1 file modified
hooks/master-relation-changed (+2/-2) |
To merge this branch: | bzr merge lp://staging/~mbruzek/charms/precise/mysql/addescapes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Charles Butler (community) | Approve | ||
Review via email: mp+215239@code.staging.launchpad.net |
Description of the change
I noticed that on a departed relation the mysql command was not properly escaped. Fixing that with this MP.
To post a comment you must log in.
I used the mysql command 8 lines above to get the proper escape syntax.