• guilhem@mysql.com's avatar
    Correction to replication of charsets in 4.1: · b514e6a8
    guilhem@mysql.com authored
    In mysqlbinlog, there was a problem with how we escaped the content of a string user variable.
    To be perfect, we should have escaped with character_set_client. But this charset is unknown
    to mysqlbinlog. So the simplest is to print the string in hex. This is unreadable but
    100% safe with any charset (checked with Bar), no more need to bother with character_set_client.
    b514e6a8
user_var.result 5.92 KB