|
||||
sybperl-l ArchiveUp Prev Next
From: David C Worenklein <dcw at GCM dot COM> In 2.08, I used to say
$DEADLOCK{$db->{dbproc}}=1;
Now, in 2.09_05, $db->{dbproc} is undefined.
Looking at the code, there are two switch statements in DBlib.xs that
are missing case statements for HV_dbproc. Is {dbproc} going away, or
is this just an oversight?
|