Commit d39f5278 authored by unknown's avatar unknown

fixed prev. commit (was commited in disabled state)

parent 47ffb583
...@@ -709,7 +709,7 @@ double Item_func_rand::val() ...@@ -709,7 +709,7 @@ double Item_func_rand::val()
#endif #endif
arg_count=0; 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), // 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. // as it will be replicated in the query as such.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment