MySQL 5.6.14 Source Code Document
|
#include <Dbdict.hpp>
Public Attributes | |
Uint32 | filePtr |
Uint32 | ownerPtr |
FsState | fsState |
Uint32 | nextPool |
Information for each FS connection.
Definition at line 496 of file Dbdict.hpp.
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.