PMM-1455 Tests added

This commit is contained in:
Carlos Salguero
2018-02-08 13:07:13 -03:00
parent 56f97843f1
commit 943cb68ee0
5 changed files with 28 additions and 24 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 ) {