diff options
author | unknown <marko@hundin.mysql.fi> | 2004-02-19 11:40:36 +0200 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-02-19 11:40:36 +0200 |
commit | f509ce23d6967d72add3169496acdbe5bf752061 (patch) | |
tree | cc368ef59bb3f26a34ffc9cb5d37f2f3146ef2cd /innobase/buf | |
parent | b01a5e43f3d1a079e90bc972fddb7215ce721e6c (diff) | |
download | mariadb-git-f509ce23d6967d72add3169496acdbe5bf752061.tar.gz |
Many files:
Remove leading whitespace from lines containing preprocessor directives
Makefile.am:
Remove univold.i and univoldmysql.i
innobase/include/Makefile.am:
Remove univold.i and univoldmysql.i
innobase/buf/buf0buf.c:
Remove leading whitespace from lines containing preprocessor directives
innobase/include/mem0mem.ic:
Remove leading whitespace from lines containing preprocessor directives
innobase/include/sync0rw.ic:
Remove leading whitespace from lines containing preprocessor directives
innobase/include/sync0sync.ic:
Remove leading whitespace from lines containing preprocessor directives
innobase/include/ut0rnd.ic:
Remove leading whitespace from lines containing preprocessor directives
innobase/mem/mem0dbg.c:
Remove leading whitespace from lines containing preprocessor directives
innobase/mem/mem0mem.c:
Remove leading whitespace from lines containing preprocessor directives
innobase/sync/sync0rw.c:
Remove leading whitespace from lines containing preprocessor directives
innobase/sync/sync0sync.c:
Remove leading whitespace from lines containing preprocessor directives
Diffstat (limited to 'innobase/buf')
-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 3f2476c715b..f9effa47c29 100644 --- a/innobase/buf/buf0buf.c +++ b/innobase/buf/buf0buf.c @@ -901,13 +901,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; } |