diff options
author | monty@mashka.mysql.fi <> | 2004-02-20 17:43:02 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2004-02-20 17:43:02 +0200 |
commit | 494e43c1f56d2a65fc804af865ae82661fbb046f (patch) | |
tree | e13a23a1c9f28ed5eb2d903ba59a153cda3355ac /innobase/buf/buf0buf.c | |
parent | f8b4732a5edccdf71eb65093c8bb6ec028176fec (diff) | |
parent | e1fee022fa10fc0cceafbd774441d70311e10434 (diff) | |
download | mariadb-git-494e43c1f56d2a65fc804af865ae82661fbb046f.tar.gz |
merge with 4.0 to get security fixes and latest bug fixes
Diffstat (limited to 'innobase/buf/buf0buf.c')
-rw-r--r-- | innobase/buf/buf0buf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/buf/buf0buf.c b/innobase/buf/buf0buf.c index cbf12c9e55d..c60132896ef 100644 --- a/innobase/buf/buf0buf.c +++ b/innobase/buf/buf0buf.c @@ -1106,13 +1106,13 @@ loop: buf_read_page(space, offset); - #ifdef UNIV_DEBUG +#ifdef UNIV_DEBUG buf_dbg_counter++; if (buf_dbg_counter % 37 == 0) { ut_ad(buf_validate()); } - #endif +#endif goto loop; } |