mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ndbapi_limits.h:
corrected define for NDB_MAX_TUPLE_SIZE_IN_WORDS ndb/include/ndbapi/ndbapi_limits.h: corrected define for NDB_MAX_TUPLE_SIZE_IN_WORDS
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#define NDB_MAX_TAB_NAME_SIZE 128
|
||||
#define NDB_MAX_ATTRIBUTES_IN_TABLE 128
|
||||
|
||||
#define NDB_MAX_TUPLE_SIZE_IN_WORDS 1023
|
||||
#define NDB_MAX_TUPLE_SIZE_IN_WORDS 2013
|
||||
#define NDB_MAX_KEYSIZE_IN_WORDS 1023
|
||||
#define NDB_MAX_KEY_SIZE NDB_MAX_KEYSIZE_IN_WORDS*sizeof(Uint32)
|
||||
#define NDB_MAX_TUPLE_SIZE NDB_MAX_TUPLE_SIZE_IN_WORDS*sizeof(uint32)
|
||||
|
Reference in New Issue
Block a user