MySQL Forums
Forum List  »  Perl

Statement execute randomly dies
Posted by: Peter Chang
Date: January 31, 2006 11:34AM

Hi all,

I'm using MySql 4.x and I have a pretty generic sql statement that is prepared and executed. It runs under some heavy load and runs fine for the most part. However, every now and then, it will randomly die.

I've attached "or die ($dbh->errstr)" to it, but the errstr is empty. I've also output the values passed into the prepared statement and nothing is wrong with them (meaning that all quotes have been escaped if there are any).

Anybody have any idea what's going on here? Does this sound familiar? Where can I look to find more information on this?

I can't seem to find the answer anywhere and any help is appreciated.

Thanks,
Peter

Options: ReplyQuote


Subject
Written By
Posted
Statement execute randomly dies
January 31, 2006 11:34AM


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.