diff options
Diffstat (limited to 'innobase/read')
-rw-r--r-- | innobase/read/read0read.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/innobase/read/read0read.c b/innobase/read/read0read.c index 76df7cdbee0..334f9a8a85a 100644 --- a/innobase/read/read0read.c +++ b/innobase/read/read0read.c @@ -347,8 +347,8 @@ read_cursor_view_create_for_mysql( } /************************************************************************* -Close a given consistent cursor view for and restore global read view -back to a transaction. */ +Close a given consistent cursor view for mysql and restore global read view +back to a transaction read view. */ void read_cursor_view_close_for_mysql( @@ -372,7 +372,7 @@ read_cursor_view_close_for_mysql( /************************************************************************* This function sets a given consistent cursor view to a transaction -read view if given consistent cursor view is not null. Otherwice, function +read view if given consistent cursor view is not NULL. Otherwise, function restores a global read view to a transaction read view. */ void |