MySQL Forums
Forum List  »  Performance

Re: Values not inserting into MySQL Database table
Posted by: Peter Brawley
Date: November 12, 2015 07:21PM

Between Start Transaction and Commit, a lot has to go perfectly right, and not just with your SQL: the PHP interpreter, the browser it's running in, the server it's running on &c.

PHP has been famous for its problems with multi-query calls. Are there multi-query calls in your sequence?

Have you tried adding in checks on all results just before issuing Commit or Rollback?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Values not inserting into MySQL Database table
1154
November 12, 2015 07:21PM


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.