From babe2aa421bdf199cd36e8f89ce821c78df7d27a Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Mar 2007 20:47:39 +0300 Subject: [PATCH] Cleanup: removed unused variable that produced a warning. --- sql/sql_prepare.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index 3ae203a945d..109c03742d1 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -1139,7 +1139,6 @@ static int mysql_test_update(Prepared_statement *stmt, #ifndef NO_EMBEDDED_ACCESS_CHECKS uint want_privilege; #endif - bool need_reopen; DBUG_ENTER("mysql_test_update"); if (update_precheck(thd, table_list) ||