#include <ndb_global.h>#include <version.h>Include dependency graph for ndb_version.h:

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

Go to the source code of this file.
Defines | |
| #define | NDB_VERSION_BUILD 12 |
| #define | NDB_VERSION_MAJOR 5 |
| #define | NDB_VERSION_MINOR 1 |
| #define | NDB_VERSION_STATUS "beta" |
| #define | MAKE_VERSION(A, B, C) (((A) << 16) | ((B) << 8) | ((C) << 0)) |
| #define | NDB_VERSION_D MAKE_VERSION(NDB_VERSION_MAJOR, NDB_VERSION_MINOR, NDB_VERSION_BUILD) |
| #define | NDB_VERSION_STRING_BUF_SZ 100 |
| #define | NDB_VERSION_STRING |
| #define | NDB_VERSION ndbGetOwnVersion() |
| #define | NDBD_ROWID_VERSION (MAKE_VERSION(5,1,6)) |
| #define | NDBD_INCL_NODECONF_VERSION_4 MAKE_VERSION(4,1,17) |
| #define | NDBD_INCL_NODECONF_VERSION_5 MAKE_VERSION(5,0,18) |
| #define | NDBD_FRAGID_VERSION (MAKE_VERSION(5,1,6)) |
| #define | NDBD_DICT_LOCK_VERSION_5 MAKE_VERSION(5,0,23) |
| #define | NDBD_DICT_LOCK_VERSION_5_1 MAKE_VERSION(5,1,12) |
Variables | |
| char | ndb_version_string_buf [NDB_VERSION_STRING_BUF_SZ] |
Definition at line 36 of file ndb_version.h.
Referenced by Dbdict::alterTab_writeTableConf(), Restore::check_file_version(), TableS::createAttr(), RestoreDataIterator::getNextTuple(), main(), makeVersion(), ndbSetOwnVersion(), NdbDictInterface::parseTableInfo(), UpgradeStartup::sendCmAppChg(), UpgradeStartup::sendCntrMasterReq(), Ndbcntr::Missra::sendNextSTTOR(), and Dbtup::sendReadAttrinfo().
| #define NDB_VERSION ndbGetOwnVersion() |
Definition at line 50 of file ndb_version.h.
Referenced by ClusterMgr::execAPI_REGCONF(), ClusterMgr::execAPI_REGREQ(), Qmgr::execAPI_REGREQ(), Qmgr::execCM_REGCONF(), Qmgr::execCM_REGREQ(), Ndbcntr::Missra::execSTART_ORD(), Configuration::fetch_configuration(), MgmApiSession::get_nodeid(), MgmApiSession::getConfig_common(), Qmgr::initData(), Dblqh::initLogpage(), Dbdict::initSchemaFile(), Backup::insertFileHeader(), main(), MgmtSrvr::MgmtSrvr(), Ndb_cluster_connection_impl::Ndb_cluster_connection_impl(), NdbOperation::prepareSend(), readHeader(), Qmgr::sendApiRegRef(), Qmgr::sendCmRegReq(), Ndbcntr::Missra::sendNextSTTOR(), ClusterMgr::threadMain(), and MgmtSrvr::versionNode().
| #define NDB_VERSION_BUILD 12 |
Definition at line 24 of file ndb_version.h.
| #define NDB_VERSION_D MAKE_VERSION(NDB_VERSION_MAJOR, NDB_VERSION_MINOR, NDB_VERSION_BUILD) |
| #define NDB_VERSION_MAJOR 5 |
Definition at line 27 of file ndb_version.h.
| #define NDB_VERSION_MINOR 1 |
Definition at line 30 of file ndb_version.h.
| #define NDB_VERSION_STATUS "beta" |
Definition at line 33 of file ndb_version.h.
| #define NDB_VERSION_STRING |
Value:
(getVersionString(NDB_VERSION, NDB_VERSION_STATUS, \ ndb_version_string_buf, \ sizeof(ndb_version_string_buf)))
Definition at line 46 of file ndb_version.h.
Referenced by Qmgr::execAPI_REGREQ(), ErrorReporter::formatMessage(), main(), and systemInfo().
| #define NDB_VERSION_STRING_BUF_SZ 100 |
| #define NDBD_DICT_LOCK_VERSION_5 MAKE_VERSION(5,0,23) |
Definition at line 67 of file ndb_version.h.
Referenced by Dbdih::sendDictLockReq(), and Dbdih::sendDictUnlockOrd().
| #define NDBD_DICT_LOCK_VERSION_5_1 MAKE_VERSION(5,1,12) |
Definition at line 68 of file ndb_version.h.
Referenced by Dbdih::sendDictLockReq(), and Dbdih::sendDictUnlockOrd().
| #define NDBD_FRAGID_VERSION (MAKE_VERSION(5,1,6)) |
| #define NDBD_INCL_NODECONF_VERSION_4 MAKE_VERSION(4,1,17) |
Definition at line 64 of file ndb_version.h.
Referenced by Dbdih::execINCL_NODEREQ(), and Dbdih::gcpBlockedLab().
| #define NDBD_INCL_NODECONF_VERSION_5 MAKE_VERSION(5,0,18) |
Definition at line 65 of file ndb_version.h.
Referenced by Dbdih::execINCL_NODEREQ(), and Dbdih::gcpBlockedLab().
| #define NDBD_ROWID_VERSION (MAKE_VERSION(5,1,6)) |
From which version do we support rowid
Definition at line 63 of file ndb_version.h.
Referenced by Dblqh::execLQHKEYREQ(), Dblqh::packLqhkeyreqLab(), RestoreMetaData::readMetaTableDesc(), and Dbtc::sendlqhkeyreq().
| char ndb_version_string_buf[NDB_VERSION_STRING_BUF_SZ] |
1.4.7

