MySQL 9.1.0
Source Code Documentation
|
These members were removed from TABLE_SHARE as they are not used in in the code. More...
#include <table.h>
Public Types | |
enum | utype { NONE , DATE , SHIELD , NOEMPTY , CASEUP , PNR , BGNR , PGNR , YES , NO , REL , CHECK , EMPTY_VAL , UNKNOWN_FIELD , CASEDN , NEXT_NUMBER , INTERVAL_FIELD , BIT_FIELD , TIMESTAMP_OLD_FIELD , CAPITALIZE , BLOB_FIELD , TIMESTAMP_DN_FIELD , TIMESTAMP_UN_FIELD , TIMESTAMP_DNUN_FIELD , GENERATED_FIELD = 128 } |
Public Member Functions | |
FRM_context () | |
Public Attributes | |
handlerton * | default_part_db_type |
bool | null_field_first |
uint | stored_fields |
const File_parser * | view_def |
For shares representing views File_parser object with view definition read from .FRM file. More... | |
uchar | frm_version |
TYPELIB | fieldnames |
These members were removed from TABLE_SHARE as they are not used in in the code.
open_binary_frm() uses these members while reading .frm files.
enum FRM_context::utype |
|
inline |
handlerton* FRM_context::default_part_db_type |
TYPELIB FRM_context::fieldnames |
uchar FRM_context::frm_version |
bool FRM_context::null_field_first |
uint FRM_context::stored_fields |
const File_parser* FRM_context::view_def |
For shares representing views File_parser object with view definition read from .FRM file.