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

@@ -1745,6 +1745,7 @@ is_deeply(
p => 'foo',
t => undef,
u => 'bob',
L => undef,
},
'DSN opt gets missing vals from --host, --port, etc. (issue 248)',
);
@@ -1774,6 +1775,7 @@ is_deeply(
p => undef,
t => undef,
u => 'bob',
L => undef,
},
'Vals from "defaults to" DSN take precedence over defaults (issue 248)'
);