Re: perl script hangs on query with where clause
I'm having the same issue and I've it narrowed it down a little bit. For me, the hang on the execute seems to occur only when the where clause contains a column that's part of the primary key.
I'm running MySQL 5.1.30 and am trying various versions of Perl. I started with the latest one, Perl 5.10.0 build 1004, and kept going backwards.
On my Win XP PC, I was able to solve this problem by dropping back to Perl 5.8.8 build 817 (ActivePerl-5.8.8.817-MSWin32-x86-257965.msi). It seems that after this version, the DBI switches to use the mysqlPP driver and the same problem recurred.
On my Win Vista 64-bit PC, I still have not solved this issue.
I'd appreciate any feedback. Thanks.
Subject
Written By
Posted
December 05, 2008 07:02PM
December 06, 2008 10:26PM
Re: perl script hangs on query with where clause
January 16, 2009 09:00AM
February 26, 2009 08:45AM
February 26, 2009 11:30AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.