diff options
author | Vadim Tkachenko <vadim@percona.com> | 2009-05-03 21:32:30 -0700 |
---|---|---|
committer | Vadim Tkachenko <vadim@percona.com> | 2009-05-03 21:32:30 -0700 |
commit | f4ae92b2af7fc7173224795a21717a6a67371092 (patch) | |
tree | b528b3e55abd514a6b350df11abcb3331894011f /include | |
parent | 42f4cb6c6f42144f6eeeb28c86e96edf9c52f398 (diff) | |
download | mariadb-git-f4ae92b2af7fc7173224795a21717a6a67371092.tar.gz |
sync rev 59
Diffstat (limited to 'include')
-rw-r--r-- | include/buf0buf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/buf0buf.h b/include/buf0buf.h index 7a7b714aaaf..65b7ad18da9 100644 --- a/include/buf0buf.h +++ b/include/buf0buf.h @@ -1061,10 +1061,10 @@ struct buf_page_struct{ UT_LIST_NODE_T(buf_page_t) LRU; /* node of the LRU list */ -#ifdef UNIV_DEBUG +//#ifdef UNIV_DEBUG ibool in_LRU_list; /* TRUE if the page is in the LRU list; used in debugging */ -#endif /* UNIV_DEBUG */ +//#endif /* UNIV_DEBUG */ unsigned old:1; /* TRUE if the block is in the old blocks in the LRU list */ unsigned LRU_position:31;/* value which monotonically decreases |