: Well, when I run the code with trace(9), it causes the script (it's
: a web script running under mod_perl) to fail with not even a warning
: to the error log, so I doubt this will be helpful, but here's the
: output anyway.
:
: [REPLACED 1.28 WITH 1.29]
: Tx::DBI::db=HASH(0xfd26a4) trace level set to 9 in DBI 1.29-nothread
: Note: perl is running without the recommended perl -w option
: -> selectall_arrayref for DBD::mysql::db (Tx::DBI::db=HASH(0x4d3b28)~0xfd26a
: 4 'SELECT customer FROM customer WHERE customer IN ( ? )' undef '1')
:
: [CLEAN 1.29 BUILD]
: Tx::DBI::db=HASH(0xfd2914) trace level set to 9 in DBI 1.29-nothread
: Note: perl is running without the recommended perl -w option
: -> selectall_arrayref in DBD::_::db for DBD::mysql::db (Tx::DBI::db=HASH(0xa
: 8f524)~0xfd2914 'SELECT customer FROM customer WHERE customer IN ( ? )' undef '1
: ')
Here's the output from the same script under 1.28. I would assume
that this is what one would expect from the 1.29 as well. Like I
said, the 1.29 clean build runs fine without the trace output.
Tx::DBI::db=HASH(0xfcc5a4) trace level set to 9 in DBI 1.28-nothread
Note: perl is running without the recommended perl -w option
-> selectall_arrayref in DBD::_::db for DBD::mysql::db
(Tx::DBI::db=HASH(0xa8f34c)~0xfcc5a4 'SELECT customer FROM customer WHERE customer IN
( ? )' undef '1')
>> prepare DISPATCH (Tx::DBI::db=HASH(0xfcc5a4) rc1/2 @3 g0 a2fa090) at
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/DBI.pm line 1229 via
/usr/home/philip/cvs/web/intranet/cgi-bin//query.pl line 1986
1 -> prepare for DBD::mysql::db (Tx::DBI::db=HASH(0xfcc5a4)~INNER 'SELECT customer
FROM customer WHERE customer IN ( ? )' undef)
dbih_setup_handle(Tx::DBI::st=HASH(0xfcc364)=>Tx::DBI::st=HASH(0xff72b4),
DBD::mysql::st, fcc340, Null!)
dbih_make_com(Tx::DBI::db=HASH(0xfcc5a4), DBD::mysql::st, 208)
dbih_setup_attrib(Tx::DBI::st=HASH(0xff72b4), Err, Tx::DBI::db=HASH(0xfcc5a4))
SCALAR(0xa8c9f4) (already defined)
dbih_setup_attrib(Tx::DBI::st=HASH(0xff72b4), State, Tx::DBI::db=HASH(0xfcc5a4))
SCALAR(0x799700) (already defined)
dbih_setup_attrib(Tx::DBI::st=HASH(0xff72b4), Errstr, Tx::DBI::db=HASH(0xfcc5a4))
SCALAR(0xa8ca0c) (already defined)
dbih_setup_attrib(Tx::DBI::st=HASH(0xff72b4), Debug, Tx::DBI::db=HASH(0xfcc5a4)) 9
(already defined)
dbih_setup_attrib(Tx::DBI::st=HASH(0xff72b4), FetchHashKeyName,
Tx::DBI::db=HASH(0xfcc5a4)) 'NAME' (already defined)
dbih_setup_attrib(Tx::DBI::st=HASH(0xff72b4), HandleError,
Tx::DBI::db=HASH(0xfcc5a4)) undef (not defined)
Setting mysql_use_result to 0
1 <- prepare= Tx::DBI::st=HASH(0xfcc364) at
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/DBI.pm line 1229 via
/usr/home/philip/cvs/web/intranet/cgi-bin//query.pl line 1986
>> execute DISPATCH (Tx::DBI::st=HASH(0xfcc364) rc1/1 @2 g0 a2ff1b8) at
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/DBI.pm line 1231 via
/usr/home/philip/cvs/web/intranet/cgi-bin//query.pl line 1986
-> execute for DBD::mysql::st (Tx::DBI::st=HASH(0xfcc364)~0xff72b4 '1')
-> dbd_st_execute for 00ff72fc
Binding parameters: SELECT customer FROM customer WHERE customer IN ( '1' )
<- dbd_st_execute 1 rows
<- execute= 1 at /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/DBI.pm line
1231 via /usr/home/philip/cvs/web/intranet/cgi-bin//query.pl line 1986
>> fetchall_arrayref DISPATCH (Tx::DBI::st=HASH(0xfcc364) rc1/1 @3 g0 a2fa2d0) at
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/DBI.pm line 1239 via
/usr/home/philip/cvs/web/intranet/cgi-bin//query.pl line 1986
-> fetchall_arrayref for DBD::mysql::st (Tx::DBI::st=HASH(0xfcc364)~0xff72b4 undef
undef (magic-sg:y))
-> dbd_st_fetch for 00ff72fc, chopblanks 0
dbih_setup_fbav for 1 fields => 0xff73e0
<- dbd_st_fetch, 1 cols
-> dbd_st_fetch for 00ff72fc, chopblanks 0
<- fetchall_arrayref= [ ARRAY(0xff73f8) ] row1 at
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/DBI.pm line 1239 via
/usr/home/philip/cvs/web/intranet/cgi-bin//query.pl line 1986
<- selectall_arrayref= [ ARRAY(0xff73f8) ] at
/usr/home/philip/cvs/web/intranet/cgi-bin//query.pl line 1986 via
/usr/home/philip/cvs/web/intranet/cgi-bin//query.pl line 175
-> DESTROY for DBD::mysql::st (Tx::DBI::st=HASH(0xff72b4)~INNER)
<- DESTROY= undef at /usr/home/philip/cvs/web/intranet/cgi-bin//query.pl line 1990
* Philip Molter
* Texas.net Internet
* http://www.texas.net/
* [EMAIL PROTECTED]