Below is the list of changes that have just been committed into a local
5.0 repository of marko. When marko 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.1996 05/09/22 13:09:14 marko@stripped +2 -0
InnoDB: correct two misleading comments
sql/ha_innodb.h
1.103 05/09/22 13:09:03 marko@stripped +1 -1
Correct the comment of innobase_set_cursor_view()
innobase/include/data0type.ic
1.26 05/09/22 13:09:03 marko@stripped +1 -1
Correct the comment of dtype_get_min_size()
# 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: marko
# Host: hundin.mysql.fi
# Root: /home/marko/mysql-5.0-clean
--- 1.25/innobase/include/data0type.ic 2005-04-22 13:52:09 +03:00
+++ 1.26/innobase/include/data0type.ic 2005-09-22 13:09:03 +03:00
@@ -420,7 +420,7 @@
}
/***************************************************************************
-Returns the size of a fixed size data type, 0 if not a fixed size type. */
+Returns the minimum size of a data type. */
UNIV_INLINE
ulint
dtype_get_min_size(
--- 1.102/sql/ha_innodb.h 2005-08-30 12:39:17 +03:00
+++ 1.103/sql/ha_innodb.h 2005-09-22 13:09:03 +03:00
@@ -344,4 +344,4 @@
void
innobase_set_cursor_view(
/*=====================*/
- void* curview); /* in: Consistent read view to be closed */
+ void* curview); /* in: Consistent read view to be set */
| Thread |
|---|
| • bk commit into 5.0 tree (marko:1.1996) | Marko Mäkelä | 22 Sep |