List:Commits« Previous MessageNext Message »
From:konstantin Date:February 22 2008 2:45pm
Subject:bk commit into 5.1 tree (kostja:1.2573)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kostja.  When kostja does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2008-02-22 17:45:09+03:00, kostja@dipika.(none) +1 -0
  An unused variable (compile-time warning).

  sql/sql_view.cc@stripped, 2008-02-22 17:45:06+03:00, kostja@dipika.(none) +0 -1
    An unused variable.

diff -Nrup a/sql/sql_view.cc b/sql/sql_view.cc
--- a/sql/sql_view.cc	2008-02-22 13:56:43 +03:00
+++ b/sql/sql_view.cc	2008-02-22 17:45:06 +03:00
@@ -758,7 +758,6 @@ static int mysql_register_view(THD *thd,
 			       enum_view_create_mode mode)
 {
   LEX *lex= thd->lex;
-  char buff[4096];
 
   /*
     View definition query -- a SELECT statement that fully defines view. It
Thread
bk commit into 5.1 tree (kostja:1.2573)konstantin22 Feb