Commit 55b93383 authored by unknown's avatar unknown

fixed prev. commit (was commited in disabled state)

parent 31401744
......@@ -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.
......
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