summaryrefslogtreecommitdiff
path: root/innobase/buf
diff options
context:
space:
mode:
authorunknown <heikki@donna.mysql.fi>2001-08-29 19:59:01 +0300
committerunknown <heikki@donna.mysql.fi>2001-08-29 19:59:01 +0300
commit79a356b0877aec81e85ddaa9b88530f6eaf4c90b (patch)
tree1b9573b6b6e0af999f67dd2e494b1f3a05c14607 /innobase/buf
parentdd9fa926b390d59a13f4d2a8e2fef6d653372651 (diff)
downloadmariadb-git-79a356b0877aec81e85ddaa9b88530f6eaf4c90b.tar.gz
buf0flu.c Testing if the file is ok in Bitkeeper
innobase/buf/buf0flu.c: Testing if the file is ok in Bitkeeper
Diffstat (limited to 'innobase/buf')
-rw-r--r--innobase/buf/buf0flu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/buf/buf0flu.c b/innobase/buf/buf0flu.c
index c87c92ed7e3..25c74f21fd3 100644
--- a/innobase/buf/buf0flu.c
+++ b/innobase/buf/buf0flu.c
@@ -28,7 +28,7 @@ Created 11/11/1995 Heikki Tuuri
flushed along with the original page. */
#define BUF_FLUSH_AREA ut_min(BUF_READ_AHEAD_AREA,\
- buf_pool->curr_size / 16)
+ buf_pool->curr_size / 16)
/**********************************************************************
Validates the flush list. */