diff options
author | marko@hundin.mysql.fi <> | 2005-09-22 13:09:14 +0300 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2005-09-22 13:09:14 +0300 |
commit | ff8127ffaa9085e2e187abb81c51481da272a406 (patch) | |
tree | 9d4ac3b52e35029630d5b44c492f30b1a84c01b7 /sql/ha_innodb.h | |
parent | 8660ccd9e1a4bb00679b798cc45022749b997a05 (diff) | |
download | mariadb-git-ff8127ffaa9085e2e187abb81c51481da272a406.tar.gz |
InnoDB: correct two misleading comments
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 */ |