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

#include <Dbdict.hpp>

Public Types

enum  FsState {
  IDLE = 0, OPEN_WRITE_SCHEMA = 1, WRITE_SCHEMA = 2, CLOSE_WRITE_SCHEMA = 3,
  OPEN_READ_SCHEMA1 = 4, OPEN_READ_SCHEMA2 = 5, READ_SCHEMA1 = 6, READ_SCHEMA2 = 7,
  CLOSE_READ_SCHEMA = 8, OPEN_READ_TAB_FILE1 = 9, OPEN_READ_TAB_FILE2 = 10, READ_TAB_FILE1 = 11,
  READ_TAB_FILE2 = 12, CLOSE_READ_TAB_FILE = 13, OPEN_WRITE_TAB_FILE = 14, WRITE_TAB_FILE = 15,
  CLOSE_WRITE_TAB_FILE = 16
}

Public Attributes

Uint32 filePtr
Uint32 ownerPtr
FsState fsState
Uint32 nextPool

Detailed Description

Information for each FS connection.

Definition at line 496 of file Dbdict.hpp.

Member Data Documentation

Uint32 Dbdict::FsConnectRecord::filePtr

File Pointer for this file system connection

Definition at line 517 of file Dbdict.hpp.

FsState Dbdict::FsConnectRecord::fsState

State of file system connection

Definition at line 523 of file Dbdict.hpp.

Uint32 Dbdict::FsConnectRecord::nextPool

Used by Array Pool for free list handling

Definition at line 526 of file Dbdict.hpp.

Uint32 Dbdict::FsConnectRecord::ownerPtr

Reference of owner record

Definition at line 520 of file Dbdict.hpp.


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