From d39f52780eac383763acf7e3ace1f9daece305bf Mon Sep 17 00:00:00 2001 From: unknown 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 bea1b2747b6..7da5435276d 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.