fixed prev. commit (was commited in disabled state)

This commit is contained in:
unknown 2002-10-24 16:04:38 -06:00
parent 47ffb583ca
commit d39f52780e

View file

@ -709,7 +709,7 @@ double Item_func_rand::val()
#endif
arg_count=0;
}
else if (0)//!thd->rand_used)
else if (!thd->rand_used)
{
// no need to send a Rand log event if seed was given eg: RAND(seed),
// as it will be replicated in the query as such.