summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-09-22 13:09:14 +0300
committerunknown <marko@hundin.mysql.fi>2005-09-22 13:09:14 +0300
commitaab7ac880d5b1737a060416716bc618ee7cfd78a (patch)
tree9d4ac3b52e35029630d5b44c492f30b1a84c01b7 /sql/ha_innodb.h
parent240bbb9cf795825e99d23e4dc1d644ea72553255 (diff)
downloadmariadb-git-aab7ac880d5b1737a060416716bc618ee7cfd78a.tar.gz
InnoDB: correct two misleading comments
innobase/include/data0type.ic: Correct the comment of dtype_get_min_size() sql/ha_innodb.h: Correct the comment of innobase_set_cursor_view()
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r--sql/ha_innodb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h
index 672e48d9817..1c02ac20bb4 100644
--- a/sql/ha_innodb.h
+++ b/sql/ha_innodb.h
@@ -344,4 +344,4 @@ restored to a transaction read view. */
void
innobase_set_cursor_view(
/*=====================*/
- void* curview); /* in: Consistent read view to be closed */
+ void* curview); /* in: Consistent read view to be set */