summaryrefslogtreecommitdiff
path: root/mysql-test/include/rpl_loaddata_charset.inc
Commit message (Collapse)AuthorAgeFilesLines
* Manual Mergeunknown2009-08-121-1/+1
|
* BUG#45516 SQL thread does not use database charset properlyunknown2009-08-121-0/+35
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