mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
fixed prev. commit (was commited in disabled state)
This commit is contained in:
parent
47ffb583ca
commit
d39f52780e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue