• elliot@mysql.com's avatar
    BUG#11338 (logging of prepared statement w/ blob type) · 19778260
    elliot@mysql.com authored
    In cp932, '\' character can be the second byte in a 
    multi-byte character stream. This makes it difficult to use
    mysql_escape_string. Added flag to indicate which languages allow
    '\' as second byte of multibyte sequence so that when putting a prepared
    statement into the binlog we can decide at runtime whether hex encoding
    is really needed.
    19778260
item.h 44.1 KB