List:Internals« Previous MessageNext Message »
From:Sergey Petrunia Date:July 29 2005 2:32am
Subject:bk commit into 5.0 tree (sergefp:1.1914)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of psergey. When psergey 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.1914 05/07/29 00:32:03 sergefp@stripped +1 -0
  [Patch from Konstantin] Enable InnoDB cursor view functionality.

  sql/ha_innodb.cc
    1.230 05/07/29 00:31:56 sergefp@stripped +4 -4
    [Patch from Konstantin] Enable InnoDB cursor view functionality.

# 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:	sergefp
# Host:	newbox.mylan
# Root:	/home/psergey/mysql-5.0-28jul-look

--- 1.229/sql/ha_innodb.cc	2005-07-22 11:09:52 +00:00
+++ 1.230/sql/ha_innodb.cc	2005-07-29 00:31:56 +00:00
@@ -216,10 +216,10 @@
   innobase_xa_recover,		/* recover */
   innobase_commit_by_xid,	/* commit_by_xid */
   innobase_rollback_by_xid,     /* rollback_by_xid */
-  NULL,
-  NULL,
-  NULL,
-  HTON_CLOSE_CURSORS_AT_COMMIT
+  innobase_create_cursor_view,
+  innobase_set_cursor_view,
+  innobase_close_cursor_view,
+  HTON_NO_FLAGS
 };
 
 /*********************************************************************
Thread
bk commit into 5.0 tree (sergefp:1.1914)Sergey Petrunia28 Jul