logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

bk commit into 4.0 tree: msg#00178

Subject: bk commit into 4.0 tree
Below is the list of changes that have just been committed into a local
4.0 repository of heikki. When heikki 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.1298 02/09/21 03:39:27 heikki@xxxxxxxxxxxxxxx +1 -0
  ha_innodb.cc:
    Add return statement

  sql/ha_innodb.cc
    1.107 02/09/21 03:39:18 heikki@xxxxxxxxxxxxxxx +2 -0
    Add return statement

# 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: hundin.mysql.fi
# Root: /home/heikki/mysql-4.0

--- 1.106/sql/ha_innodb.cc      Sat Sep 21 03:15:05 2002
+++ 1.107/sql/ha_innodb.cc      Sat Sep 21 03:39:18 2002
@@ -3666,6 +3666,8 @@
        prebuilt->select_lock_type = LOCK_NONE;
 
        thd->transaction.all.innodb_active_trans = 1;
+
+       return(0);
 }
 
 /**********************************************************************

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail internals-thread4777@xxxxxxxxxxxxxxx
To unsubscribe, e-mail <internals-unsubscribe@xxxxxxxxxxxxxxx>




<Prev in Thread] Current Thread [Next in Thread>