[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mysql-internals
Subject:    bk commit into 4.1 tree (serg:1.1686)
From:       Sergei Golubchik <serg () mysql ! com>
Date:       2004-01-30 7:40:04
Message-ID: 20040130074004.81200.qmail () serg ! mysql ! com
[Download RAW message or body]

Below is the list of changes that have just been committed into a local
4.1 repository of serg. When serg 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.1686 04/01/30 08:40:01 serg@serg.mylan +1 -0
  incorrect fix undone, as it causes memory leaks (e.g. in key.test)

  sql/sql_select.cc
    1.294 04/01/30 08:39:57 serg@serg.mylan +1 -0
    incorrect fix undone, as it causes memory leaks (e.g. in key.test)

# 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:	serg
# Host:	serg.mylan
# Root:	/usr/home/serg/Abk/mysql-4.1

--- 1.293/sql/sql_select.cc	Thu Jan 29 00:16:18 2004
+++ 1.294/sql/sql_select.cc	Fri Jan 30 08:39:57 2004
@@ -7200,6 +7200,7 @@
   table->sort.found_records=filesort(thd, table,sortorder, length,
                                      select, filesort_limit, &examined_rows);
   tab->records=table->sort.found_records;		// For SQL_CALC_ROWS
+  delete select;
   tab->select=0;
   tab->select_cond=0;
   tab->type=JT_ALL;				// Read with normal read_record

-- 
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:    http://lists.mysql.com/internals?unsub=mysql-internals@progressive-comp.com

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic