Removed the L option from the dsn_opts exported by PerconaTest, as it was useless and breaking tests, and added an L=1 to a leftover pt-archiver --bulk-insert call

This commit is contained in:
Brian Fraser
2012-11-07 08:54:39 -03:00
parent 86de49e727
commit bb47e4cdcc
4 changed files with 7 additions and 10 deletions

View File

@@ -138,12 +138,6 @@ our $dsn_opts = [
dsn => 'user',
copy => 1,
},
{
key => 'L',
desc => 'Pass mysql_local_infile to DBD::mysql',
dsn => 'mysql_local_infile',
copy => 1,
},
];
# Runs code, captures and returns its output.