trx0purge.c Fix a bug which might stop purge from running

buf0flu.c	Add an include to fix compile problem in non-inlined version
This commit is contained in:
heikki@donna.mysql.fi 2001-08-08 21:35:43 +03:00
commit c3cc2243a5
2 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,7 @@ Created 11/11/1995 Heikki Tuuri
#include "ibuf0ibuf.h"
#include "log0log.h"
#include "os0file.h"
#include "trx0sys.h"
/* When flushed, dirty blocks are searched in neigborhoods of this size, and
flushed along with the original page. */