Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.2091 06/02/08 22:15:34 tomas@stripped +1 -0
Merge tulin@stripped:/home/bk/mysql-5.1-new
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
sql/sql_partition.cc
1.33 06/02/08 22:15:26 tomas@stripped +0 -0
Auto merged
# 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: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql-5.1-new/RESYNC
--- 1.32/sql/sql_partition.cc 2006-02-08 11:04:40 +01:00
+++ 1.33/sql/sql_partition.cc 2006-02-08 22:15:26 +01:00
@@ -1984,6 +1984,7 @@
DBUG_RETURN(FALSE);
}
thd->set_query_id= 0;
+ DBUG_PRINT("info", ("thd->set_query_id: %d", thd->set_query_id));
/*
Set-up the TABLE_LIST object to be a list with a single table
Set the object to zero to create NULL pointers and set alias
@@ -2120,6 +2121,7 @@
result= FALSE;
end:
thd->set_query_id= save_set_query_id;
+ DBUG_PRINT("info", ("thd->set_query_id: %d", thd->set_query_id));
DBUG_RETURN(result);
}
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2091) | tomas | 8 Feb |