• Alfranio Correia's avatar
    BUG#36391: "mysqlbinlog creates invalid charset statements" · 0888d7c0
    Alfranio Correia authored
          
    The fix for BUG#20103 "Escaping with backslash does not work as expected"
    was implemented too greedy though in that it not only changes the behavior
    of backslashes within strings but in general, so disabling command shortcuts
    like \G or \C (which in turn leads to Bug #36391: "mysqlbinlog creates invalid charset
    statements").
          
    The fix allows the escaping with backslash to take place only inside a string, 
    thus enabling the execution of command shortcuts and presevering the fix for
    BUG#20103.
    0888d7c0
rpl_bug36391.test 884 Bytes