We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335943a commit 2a5e607Copy full SHA for 2a5e607
t/15reconnect.t
@@ -16,7 +16,7 @@ eval {$dbh = DBI->connect($test_dsn, $test_user, $test_password,
16
if ($@) {
17
plan skip_all => "no database connection";
18
}
19
-plan tests => 13 * 2;
+plan tests => 28;
20
21
for my $mysql_server_prepare (0, 1) {
22
$dbh= DBI->connect("$test_dsn;mysql_server_prepare=$mysql_server_prepare;mysql_server_prepare_disable_fallback=1", $test_user, $test_password,
0 commit comments