List:Internals« Previous MessageNext Message »
From:konstantin Date:January 29 2004 3:27pm
Subject:bk commit into 4.1 tree (konstantin:1.1682)
View as plain text  
Below is the list of changes that have just been committed into a local
4.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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.1682 04/01/29 18:27:52 konstantin@stripped +1 -0
  Unused variable removed (cleanup spotted in bug #2214)

  sql/sql_lex.cc
    1.101 04/01/29 18:27:50 konstantin@stripped +0 -1
    Unused variable removed (cleanup spotted in bug #2214)

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	konstantin
# Host:	oak.local
# Root:	/home/kostja/mysql/mysql-4.1-root

--- 1.100/sql/sql_lex.cc	Wed Jan 21 14:47:45 2004
+++ 1.101/sql/sql_lex.cc	Thu Jan 29 18:27:50 2004
@@ -1177,7 +1177,6 @@
 */
 void st_select_lex_unit::exclude_tree()
 {
-  SELECT_LEX_UNIT *units= 0;
   for (SELECT_LEX *sl= first_select(); sl; sl= sl->next_select())
   {
     // unlink current level from global SELECTs list
Thread
bk commit into 4.1 tree (konstantin:1.1682)konstantin29 Jan