• unknown's avatar
    BUG#45516 SQL thread does not use database charset properly · 0d821faf
    unknown authored
            
    Replication SQL thread does not set database default charset to 
    thd->variables.collation_database properly, when executing LOAD DATA binlog.
    This bug can be repeated by using "LOAD DATA" command in STATEMENT mode.
            
    This patch adds code to find the default character set of the current database 
    then assign it to thd->db_charset when slave server begins to execute a relay log.
    The test of this bug is added into rpl_loaddata_charset.test 
    0d821faf
loaddata_utf8.dat 30 Bytes