MySQL Forums
Forum List  »  Stored Procedures

Re: Reliable row_count with a multithreaded java client
Posted by: Rick James
Date: December 29, 2012 01:43PM

Row_count, rows_affected, last_insert_id, and a few other things are "session-specific". That is they will give the "right" answer even in a multi-threaded environment.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Reliable row_count with a multithreaded java client
1133
December 29, 2012 01:43PM


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.