• guilhem@gbichot3.local's avatar
    Fix for BUG#26194 "mysqlbinlog --base64-output produces invalid SQL"; · 21492b54
    guilhem@gbichot3.local authored
    when it was printing a Query event, it produced invalid SQL (missing
    the BINLOG keyword, so the SQL started with the base64 string, which
    is incorrect).
    Note: no testcase; I have a .test which shows that the bugfix works,
    but it triggers BUG#26361 and so gives Valgrind warnings. I'm sending
    this test to the fixer of BUG#26361 for her/him to push when she/he
    fixes BUG#26361.
    21492b54
mysqlbinlog.cc 49.4 KB