Commit 325b6845 authored by nick@mysql.com's avatar nick@mysql.com
Browse files

fixed prev. commit (was commited in disabled state)

parent 95b0d768
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.