summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorheikki@donna.mysql.fi <>2001-08-29 19:59:01 +0300
committerheikki@donna.mysql.fi <>2001-08-29 19:59:01 +0300
commitd2999b49f401984cd4ea93941be7fbf7d29b30ae (patch)
tree1b9573b6b6e0af999f67dd2e494b1f3a05c14607 /innobase
parent1311f7ce163eb3e022640b122f84726856bf1824 (diff)
downloadmariadb-git-d2999b49f401984cd4ea93941be7fbf7d29b30ae.tar.gz
buf0flu.c Testing if the file is ok in Bitkeeper
Diffstat (limited to 'innobase')
-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. */