From 775c808cc95d937954459602a29770f965d17a20 Mon Sep 17 00:00:00 2001
From: "Sinisa@sinisa.nasamreza.org" <>
Date: Mon, 15 Nov 2004 23:25:24 +0200
Subject: [PATCH] fixing a small typo

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

diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc
index 9e3395cf893..9efdf5325a4 100644
--- a/sql/sql_prepare.cc
+++ b/sql/sql_prepare.cc
@@ -1018,7 +1018,7 @@ static int mysql_test_delete(Prepared_statement *stmt,
   {
     mysql_prepare_delete(thd, table_list, &lex->select_lex.where);
     lex->unit.cleanup();
-    DBUG_RETURN(FALSE)
+    DBUG_RETURN(FALSE);
   }
   /* TODO: here we should send types of placeholders to the client. */ 
   DBUG_RETURN(TRUE);