diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-02-10 16:05:37 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-02-10 16:05:37 +0200 |
commit | 41cd80fe065f3887db9f2d4f50729204ad13ba0f (patch) | |
tree | 22061f15ca091eaf5413254ab6392fcbfb490c68 /storage/innobase/include/buf0buf.h | |
parent | c2b217e2434e5a2903e85705f915f3c55ec2342c (diff) | |
download | mariadb-git-41cd80fe065f3887db9f2d4f50729204ad13ba0f.tar.gz |
After review fixes.
Diffstat (limited to 'storage/innobase/include/buf0buf.h')
-rw-r--r-- | storage/innobase/include/buf0buf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/include/buf0buf.h b/storage/innobase/include/buf0buf.h index a0109b4aa64..8568d8b04f2 100644 --- a/storage/innobase/include/buf0buf.h +++ b/storage/innobase/include/buf0buf.h @@ -1644,7 +1644,6 @@ struct buf_page_t{ unsigned key_version; /*!< key version for this block */ bool encrypted; /*!< page is still encrypted */ - bool corrupted; /*!< page is corrupted */ ulint real_size; /*!< Real size of the page Normal pages == UNIV_PAGE_SIZE |