List:Commits« Previous MessageNext Message »
From:gluh Date:January 10 2007 10:03am
Subject:bk commit into 5.0 tree (gluh:1.2373)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of gluh. When gluh 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, 2007-01-10 14:03:36+04:00, gluh@stripped +1 -0
  after merge fix

  sql/sql_base.cc@stripped, 2007-01-10 14:03:35+04:00, gluh@stripped +2 -1
    after merge fix

# 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:	gluh
# Host:	eagle.(none)
# Root:	/home/gluh/MySQL/Merge/5.0-opt

--- 1.361/sql/sql_base.cc	2007-01-10 13:02:09 +04:00
+++ 1.362/sql/sql_base.cc	2007-01-10 14:03:35 +04:00
@@ -5167,6 +5167,7 @@ my_bool mysql_rm_tmp_tables(void)
 
   if (!(thd= new THD))
     DBUG_RETURN(1);
+  thd->thread_stack= (char*) &thd;
   thd->store_globals();
 
   for (i=0; i<=mysql_tmpdir_list.max; i++)
@@ -5196,7 +5197,7 @@ my_bool mysql_rm_tmp_tables(void)
       if (!bcmp(reg_ext, ext, ext_len))
       {
         TABLE tmp_table;
-        if (!openfrm(filePath, "tmp_table", (uint) 0,
+        if (!openfrm(thd, filePath, "tmp_table", (uint) 0,
                      READ_KEYINFO | COMPUTE_TYPES | EXTRA_RECORD,
                      0, &tmp_table))
         {
Thread
bk commit into 5.0 tree (gluh:1.2373)gluh10 Jan