MySQL Forums
Forum List  »  Stored Procedures

Re: When can a procedure/function be considered deterministic
Posted by: Peter Brawley
Date: July 12, 2013 11:02PM

A routine is considered “deterministic” if it always produces the same result for the same input parameters, and “not deterministic” otherwise.

http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_host

Options: ReplyQuote




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.