#include <ndb_global.h>
#include <version.h>
Go to the source code of this file.
Defines | |
| #define | MAKE_VERSION(A, B, C) (((A) << 16) | ((B) << 8) | ((C) << 0)) |
| #define | NDB_VERSION ndbGetOwnVersion() |
| #define | NDB_VERSION_BUILD 9 |
| #define | NDB_VERSION_D MAKE_VERSION(NDB_VERSION_MAJOR, NDB_VERSION_MINOR, NDB_VERSION_BUILD) |
| #define | NDB_VERSION_MAJOR 5 |
| #define | NDB_VERSION_MINOR 0 |
| #define | NDB_VERSION_STATUS "beta" |
| #define | NDB_VERSION_STRING (getVersionString(NDB_VERSION, NDB_VERSION_STATUS)) |
|
|
Definition at line 36 of file ndb_version.h. Referenced by TableS::createAttr(), makeVersion(), ndbSetOwnVersion(), readverifyfull(), UpgradeStartup::sendCmAppChg(), UpgradeStartup::sendCntrMasterReq(), Dblqh::sendKeyinfo20(), Ndbcntr::Missra::sendNextSTTOR(), and Dbtup::sendReadAttrinfo(). |
|
|
|
Definition at line 24 of file ndb_version.h. |
|
|
Definition at line 38 of file ndb_version.h. Referenced by ndbGetOwnVersion(). |
|
|
Definition at line 27 of file ndb_version.h. |
|
|
Definition at line 30 of file ndb_version.h. |
|
|
Definition at line 33 of file ndb_version.h. |
|
|
Definition at line 40 of file ndb_version.h. Referenced by Qmgr::execAPI_REGREQ(), ErrorReporter::formatMessage(), main(), and systemInfo(). |
1.4.3