Merge lp:~icgood/maria/maria-fix-bug4319 into lp:maria
Proposed by
Ian Good
| Status: | Merged |
|---|---|
| Merge reported by: | Michael Widenius |
| Merged at revision: | not available |
| Proposed branch: | lp:~icgood/maria/maria-fix-bug4319 |
| Merge into: | lp:maria |
| Diff against target: |
24 lines (+6/-1) 1 file modified
sql/log_event.cc (+6/-1) |
| To merge this branch: | bzr merge lp:~icgood/maria/maria-fix-bug4319 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Widenius | Approve | ||
|
Review via email:
|
|||
Description of the change
This change fixes JIRA bug MDEV-4319 (https:/
The output of mysqlbinlog (with "-v --base64-
The fix for this bug is to escape single-quote and backslash characters on output, so that the result is both more readable and more easily parse-able. Four additional lines of code and one additional line of comments were added by this fix.
To post a comment you must log in.

This patch and all fixes to it are provided to the MariaDB Foundation under the MCA (https:/ /kb.askmonty. org/en/ mca/).