Below is the list of changes that have just been committed into a local
5.1 repository of gbichot. When gbichot 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, 2006-09-28 13:22:56+02:00, gbichot@stripped +1 -0
Merge gbichot@bk-internal:/home/bk/mysql-5.1-arch
into dl145h.mysql.com:/users/gbichot/mysql-5.1-arch
MERGE: 1.2322.1.1
storage/innobase/handler/ha_innodb.cc@stripped, 2006-09-28 13:22:51+02:00, gbichot@stripped +0 -0
Auto merged
MERGE: 1.299.1.1
# 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: gbichot
# Host: dl145h.mysql.com
# Root: /users/gbichot/mysql-5.1-arch/RESYNC
--- 1.300/storage/innobase/handler/ha_innodb.cc 2006-09-28 13:23:14 +02:00
+++ 1.301/storage/innobase/handler/ha_innodb.cc 2006-09-28 13:23:14 +02:00
@@ -7529,12 +7529,14 @@ This consistent view is then used inside
using a cursor. */
void*
-innobase_create_cursor_view(void)
-/*=============================*/
- /* out: Pointer to cursor view or NULL */
+innobase_create_cursor_view(
+/*========================*/
+ /* out: pointer to cursor
+ view or NULL */
+ THD* thd) /* in: user thread handle */
{
return(read_cursor_view_create_for_mysql(
- check_trx_exists(current_thd)));
+ check_trx_exists(thd)));
}
/***********************************************************************
@@ -7545,6 +7547,7 @@ corresponding MySQL thread still lacks o
void
innobase_close_cursor_view(
/*=======================*/
+ THD* thd, /* in: user thread handle */
void* curview)/* in: Consistent read view to be closed */
{
read_cursor_view_close_for_mysql(check_trx_exists(current_thd),
@@ -7560,6 +7563,7 @@ restored to a transaction read view. */
void
innobase_set_cursor_view(
/*=====================*/
+ THD* thd, /* in: user thread handle */
void* curview)/* in: Consistent cursor view to be set */
{
read_cursor_set_for_mysql(check_trx_exists(current_thd),
| Thread |
|---|
| • bk commit into 5.1 tree (gbichot:1.2324) | guilhem | 28 Sep |