MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
File_formats::Datafile Struct Reference

Classes

struct  Data_page
struct  Extent_header
struct  Extent_page
struct  Zero_page

Public Member Functions

 STATIC_CONST (EXTENT_HEADER_BITMASK_BITS_PER_PAGE=4)
 STATIC_CONST (EXTENT_HEADER_FIXED_WORDS=(sizeof(Extent_header)>>2)-1)
 STATIC_CONST (EXTENT_PAGE_WORDS=NDB_PAGE_SIZE_WORDS-NDB_PAGE_HEADER_WORDS)

Static Public Member Functions

static Uint32 extent_header_words (Uint32 extent_size_in_pages)

Detailed Description

Definition at line 67 of file diskpage.hpp.

Member Function Documentation

Uint32 File_formats::Datafile::extent_header_words ( Uint32  extent_size_in_pages)
inlinestatic

Compute size of extent header in words

Definition at line 184 of file diskpage.hpp.

Here is the caller graph for this function:


The documentation for this struct was generated from the following file: