|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: Sybperl (DBlib)
Date: Apr 3 2000 2:22PM
Phil.Moore@msdw.com writes:
> >>>>> "Krishna" == Krishna Puranik writes:
>
> Krishna> Hi, If anyone has any experience in using "nsql" with
> Krishna> automated retries on deadlock support, please let me know. I
> Krishna> am getting the following error when I set
> Krishna> "$Sybase::DBlib::nsql_deadlock_retrycount" variable to
> Krishna> greater than zero:
>
> Krishna> "Use of uninitialized value at
> Krishna> /usr/local/lib/perl5/site_perl/5.005/sun4-solaris-thread/Sybase/DBlib.pm
> Krishna> line 442."s
>
> That's nothing other than a -w whining, er, I mean warning.
>
> if I ever find enough spare tuits to work on nsql again, I'll fix
> this.
The next version of sybperl will have a plain
local $^W = 0;
to shut upp those warnings.
Possibly not the best solution, but it should be faster than any other
potential solution, I think.
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|