From 198a0ae9ae4bf3c7fc059242e7e2b67af6c9d18b Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Fri, 21 May 2010 20:53:37 +0300 Subject: [PATCH] Fix comment on row_merge_write() --- storage/innobase/row/row0merge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innobase/row/row0merge.c b/storage/innobase/row/row0merge.c index 1313a5f238b..8c23a5d8f91 100644 --- a/storage/innobase/row/row0merge.c +++ b/storage/innobase/row/row0merge.c @@ -728,7 +728,7 @@ row_merge_read( } /********************************************************************//** -Read a merge block from the file system. +Write a merge block to the file system. @return TRUE if request was successful, FALSE if fail */ static ibool