#include <ndb_types.h>#include <ndb_version.h>#include <string.h>Include dependency graph for SchemaFile.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | SchemaFile |
| struct | SchemaFile::TableEntry |
| struct | SchemaFile::TableEntry_old |
Defines | |
| #define | NDB_SF_MAGIC "NDBSCHMA" |
| #define | NDB_SF_PAGE_SIZE_IN_WORDS_LOG2 10 |
| #define | NDB_SF_PAGE_SIZE_IN_WORDS (1 << NDB_SF_PAGE_SIZE_IN_WORDS_LOG2) |
| #define | NDB_SF_PAGE_SIZE (NDB_SF_PAGE_SIZE_IN_WORDS << 2) |
| #define | NDB_SF_PAGE_ENTRIES 127 |
| #define | NDB_SF_MAX_PAGES 160 |
| #define | NDB_SF_VERSION_5_0_6 MAKE_VERSION(5, 0, 6) |
| #define NDB_SF_MAGIC "NDBSCHMA" |
Definition at line 24 of file SchemaFile.hpp.
Referenced by Dbdict::initSchemaFile(), and Dbdict::readSchemaConf().
| #define NDB_SF_MAX_PAGES 160 |
Definition at line 35 of file SchemaFile.hpp.
Referenced by Dbdict::execREAD_CONFIG_REQ(), Dbdict::initPageRecords(), Dbdict::readSchemaFile(), Dbdict::resizeSchemaFile(), and Dbdict::writeSchemaFile().
| #define NDB_SF_PAGE_ENTRIES 127 |
Definition at line 32 of file SchemaFile.hpp.
Referenced by Dbdict::checkSchemaStatus(), Dbdict::closeReadSchemaConf(), Dbdict::convertSchemaFileTo_5_0_6(), Dbdict::drop_fg_commit_start(), Dbdict::dropTab_complete(), Dbdict::execPREP_DROP_TAB_REQ(), Dbdict::getFreeObjId(), Dbdict::getTableEntry(), Dbdict::initSchemaFile(), Dbdict::resizeSchemaFile(), and Dbdict::updateSchemaState().
| #define NDB_SF_PAGE_SIZE (NDB_SF_PAGE_SIZE_IN_WORDS << 2) |
Definition at line 29 of file SchemaFile.hpp.
Referenced by Dbdict::convertSchemaFileTo_5_0_6(), Dbdict::execREAD_CONFIG_REQ(), Dbdict::initSchemaFile(), Dbdict::masterRestart_checkSchemaStatusComplete(), print(), and Dbdict::readSchemaConf().
| #define NDB_SF_PAGE_SIZE_IN_WORDS (1 << NDB_SF_PAGE_SIZE_IN_WORDS_LOG2) |
Definition at line 28 of file SchemaFile.hpp.
Referenced by Dbdict::computeChecksum(), Dbdict::execGET_SCHEMA_INFOREQ(), Dbdict::execSCHEMA_INFO(), Dbdict::masterRestart_checkSchemaStatusComplete(), Dbdict::readSchemaConf(), and Dbdict::validateChecksum().
| #define NDB_SF_PAGE_SIZE_IN_WORDS_LOG2 10 |
| #define NDB_SF_VERSION_5_0_6 MAKE_VERSION(5, 0, 6) |
Definition at line 38 of file SchemaFile.hpp.
Referenced by Dbdict::execSCHEMA_INFO(), Dbdict::initSchemaFile(), NDB_COMMAND(), and Dbdict::readSchemaConf().
1.4.7

