From 325b68453c59f53c978dc908675145232f69deb7 Mon Sep 17 00:00:00 2001
From: "nick@mysql.com" <>
Date: Thu, 24 Oct 2002 16:04:38 -0600
Subject: [PATCH] fixed prev. commit (was commited in disabled state)

---
 sql/item_func.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql/item_func.cc b/sql/item_func.cc
index bea1b2747b..7da5435276 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -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.
-- 
2.30.9