MySQL Forums
Forum List  »  Memory Storage Engine

Thread Safe
Posted by: Leo Chan
Date: September 09, 2005 04:29AM

Hi,

If I concurrent multiple threads doing this kind of query like "update test set count=count+1 where count<5000;" Is HEAP table thread safe for that kind of operations?
Thus, if the initial value of count is 0 and so this update should only return affected row =1 by 5000 times, right?

Thanks for your help in advance

Options: ReplyQuote


Subject
Views
Written By
Posted
Thread Safe
5698
September 09, 2005 04:29AM
3509
September 12, 2005 03: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.