List:Commits« Previous MessageNext Message »
From:ramil Date:June 14 2006 12:22pm
Subject:bk commit into 5.0 tree (ramil:1.2177)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of ram. When ram 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.2177 06/06/14 17:22:46 ramil@stripped +1 -0
  after-merge fix

  sql/item_func.cc
    1.289 06/06/14 17:22:31 ramil@stripped +1 -2
    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:	ramil
# Host:	myoffice.izhnet.ru
# Root:	/usr/home/ram/work/mysql-5.0

--- 1.288/sql/item_func.cc	2006-06-14 15:19:39 +05:00
+++ 1.289/sql/item_func.cc	2006-06-14 17:22:31 +05:00
@@ -3286,9 +3286,8 @@ longlong Item_func_release_lock::val_int
 
 longlong Item_func_last_insert_id::val_int()
 {
-  THD *thd= current_thd;
   DBUG_ASSERT(fixed == 1);
-  THD* thd= current_thd;
+  THD *thd= current_thd;
   if (arg_count)
   {
     longlong value= args[0]->val_int();
Thread
bk commit into 5.0 tree (ramil:1.2177)ramil14 Jun