PT-1554 Updated DSNs for mysql_random_data_load

This commit is contained in:
Carlos Salguero
2018-05-16 16:31:11 -03:00
parent 5414abc9aa
commit b47bf6bf67
5 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ $sb->load_file('master3', "t/pt-online-schema-change/samples/pt-244.sql");
my $num_rows = 1000;
diag("Loading $num_rows into the table. This might take some time.");
diag(`util/mysql_random_data_load --host=127.1 --port=$master3_port --user=msandbox --password=msandbox test t3 $num_rows`);
diag(`util/mysql_random_data_load --host=127.0.0.1 --port=$master3_port --user=msandbox --password=msandbox test t3 $num_rows`);
diag("$num_rows rows loaded. Starting tests.");
$dbh3->do("FLUSH TABLES");