MySQL Forums
Forum List  »  PHP

INSERT + QUERY == incomplete rows...
Posted by: thomas.berton
Date: May 11, 2005 06:22AM

When performing an INSERT and executing a SELECT almost directly after the insertion, MySQL seems to 'forget' the last insertion...
This happens when using MySQL 4.1.11 and PHP 5.0.4 . Is this a known issue? As a temporary solution I've added a usleep(10000) in my SQL class after every write statement.
(Did not test this on other versions)

Options: ReplyQuote


Subject
Written By
Posted
INSERT + QUERY == incomplete rows...
May 11, 2005 06:22AM


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.