diff options
author | unknown <marko@hundin.mysql.fi> | 2005-09-22 13:09:14 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2005-09-22 13:09:14 +0300 |
commit | aab7ac880d5b1737a060416716bc618ee7cfd78a (patch) | |
tree | 9d4ac3b52e35029630d5b44c492f30b1a84c01b7 /sql/ha_innodb.h | |
parent | 240bbb9cf795825e99d23e4dc1d644ea72553255 (diff) | |
download | mariadb-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.h | 2 |
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 */ |