List:Internals« Previous MessageNext Message »
From:heikki Date:February 4 2002 10:16pm
Subject:bk commit into 3.23 tree
View as plain text  
Below is the list of changes that have just been commited into a local
3.23. repository of heikki. When heikki does a push, they will be
propogaged to the main repository and within 24 hours after the push into
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@stripped, 2002-02-05 00:16:38+02:00, heikki@stripped
  ha_innobase.cc:
    Remove use of prebuilt->trx, better play safe since we do not know MySQL call order of external_lock

  sql/ha_innobase.cc
    1.67 02/02/05 00:14:43 heikki@stripped +0 -3
    Remove use of prebuilt->trx, better play safe since we do not know MySQL call order of external_lock

# 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:	heikki
# Host:	donna.mysql.fi
# Root:	/home/heikki/mysqln

--- 1.66/sql/ha_innobase.cc	Mon Feb  4 23:48:10 2002
+++ 1.67/sql/ha_innobase.cc	Tue Feb  5 00:14:43 2002
@@ -2954,9 +2954,6 @@
 
     	my_free((char*) key_val_buff2, MYF(0));
 
-	if (prebuilt->trx) {
-		prebuilt->trx->op_info = "";
-	}
    	
 	DBUG_RETURN((ha_rows) n_rows);
 }
Thread
bk commit into 3.23 treeheikki4 Feb