Skip Menu |

This queue is for tickets about the Apache-DBI CPAN distribution.

Report information
The Basics
Id: 19491
Status: resolved
Priority: 0/
Queue: Apache-DBI

People
Owner: pgollucci [...] p6m7g8.com
Requestors: perrin [...] elem.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: missing a return when preventing startup connections?
Souldn't there be a "return $drh->connect(@args)" inside the MP2 block for detecting connections during startup? if (MP2) { require Apache2::ServerUtil; if (Apache2::ServerUtil::restart_count() == 1) { print STDERR "$prefix skipping connection during server startup, read the docu !!\n" if $Apache::DBI::DEBUG > 1; return $drh->connect(@args); } }