PT-1256 pt-table-sync does not use the character set for the table it is synchronizing

This commit is contained in:
Carlos Salguero
2018-02-09 16:46:16 -03:00
parent 19936df442
commit 75ab0ba653
6 changed files with 145 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ $dbh->do("CREATE TABLE IF NOT EXISTS percona_test.load_data (i int)");
`echo 1 > /tmp/load_data_test.$$`;
eval {
$dbh->do("LOAD DATA LOCAL INFILE '/tmp/load_data_test.$$' INTO TABLE percona_test.load_data");
$dbh->do("LOAD DATA INFILE '/tmp/load_data_test.$$' INTO TABLE percona_test.load_data");
};
if ( $EVAL_ERROR ) {