NO,no.

I want to say,if i my funciton is a non-deterministic function.But i define 
then function with "deterministic" option.

for example:

---------------------------------------------------------
 create function test() 
 return int
 DETERNINISTIC

 routine_body
----------------------------------------------------------

In the example,routine_body is non-deterministic.But the function defined  
"DETERNINISTIC".Do mysql throw a exception in creating process?



----- Original Message ----- 
From: "Gleb Paharenko" <[EMAIL PROTECTED]>
To: <mysql@lists.mysql.com>
Sent: Thursday, December 15, 2005 10:44 PM
Subject: Re: use deterministic within procedure


> Hello.
> 
> In my opinion, master shouldn't have any problems, but slave can have
> different data than master.
> 
> 
> 
> >What would happen if i call a non-deterministic function that have been
> >declared deterministic.
> 
> 
> -- 
> For technical support contracts, goto https://order.mysql.com/?ref=ensita
> This email is sponsored by Ensita.NET http://www.ensita.net/
>    __  ___     ___ ____  __
>   /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
>  / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
> /_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
>        <___/   www.mysql.com
> 
> 
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 
> 

Reply via email to