List:Internals« Previous MessageNext Message »
From:msvensson Date:March 10 2005 9:43am
Subject:bk commit into 5.0 tree (msvensson:1.1873)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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
  1.1873 05/03/10 10:43:11 msvensson@neptunus.(none) +1 -0
  Removed unused variable

  sql/sql_class.h
    1.224 05/03/10 10:43:07 msvensson@neptunus.(none) +0 -1
    Removed unused variable temprary_tables_should_be_free

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.0-qc

--- 1.223/sql/sql_class.h	2005-02-22 00:15:18 +01:00
+++ 1.224/sql/sql_class.h	2005-03-10 10:43:07 +01:00
@@ -1129,7 +1129,6 @@
   table_map  used_tables;
   USER_CONN *user_connect;
   CHARSET_INFO *db_charset;
-  List<TABLE> temporary_tables_should_be_free; // list of temporary tables
   /*
     FIXME: this, and some other variables like 'count_cuted_fields'
     maybe should be statement/cursor local, that is, moved to Statement
Thread
bk commit into 5.0 tree (msvensson:1.1873)msvensson10 Mar