MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
KEY_PART_INFO Class Reference
Collaboration diagram for KEY_PART_INFO:

Public Member Functions

void init_from_field (Field *fld)
void init_flags ()

Public Attributes

Fieldfield
uint offset
uint null_offset
uint16 length
uint16 store_length
uint16 key_type
uint16 fieldnr
uint16 key_part_flag
uint8 type
uint8 null_bit

Detailed Description

Definition at line 64 of file structs.h.

Member Function Documentation

void KEY_PART_INFO::init_flags ( )

Fill data from given field

Initialize key_part_flag from source field.

Definition at line 789 of file table.cc.

Here is the caller graph for this function:

void KEY_PART_INFO::init_from_field ( Field fld)

Initialize KEY_PART_INFO from the given field.

Parameters
fldThe field to initialize keypart from

Definition at line 808 of file table.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: