MySQL Forums
Forum List  »  InnoDB

Delayed updates
Posted by: Olivier Ligny
Date: November 18, 2013 08:55AM

Hello,

Sometimes, when the server is busy and I do UPDATE or INSERT in an InnoDB table using a function like UNIX_TIMESTAMP() as one of the values, there is a delay between the calculation of the value and the real update of the table.
Another server-side script is using these values to retrieve the recently updated/inserted rows, but when a such delay appears, it creates problems.
Is there a way to force the calculation of UNIX_TIMESTAMP() just before the real update ?

Thanks,
Olivier

Options: ReplyQuote


Subject
Views
Written By
Posted
Delayed updates
1344
November 18, 2013 08:55AM
784
November 19, 2013 03:55PM


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.