diff options
author | unknown <magnus@neptunus.(none)> | 2004-04-30 10:12:24 +0200 |
---|---|---|
committer | unknown <magnus@neptunus.(none)> | 2004-04-30 10:12:24 +0200 |
commit | 9d58917b2614ca0b65f282f7c5b321750e9fcf38 (patch) | |
tree | 37ecd6d41baa7c10741d8faf18c21fe4799b5366 | |
parent | 9374c2d65a2e25948ac3fc6887c0afd47348045f (diff) | |
download | mariadb-git-9d58917b2614ca0b65f282f7c5b321750e9fcf38.tar.gz |
Removed define NDB_MAX_CONNECTIONS
ndb/include/ndbapi/ndbapi_limits.h:
Removed define for NDB_MAX_CONNECTIONS, wrong value+it's not needed to be defined here. User will get error if creating too many Ndb objects.
-rw-r--r-- | ndb/include/ndbapi/ndbapi_limits.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ndb/include/ndbapi/ndbapi_limits.h b/ndb/include/ndbapi/ndbapi_limits.h index bcfba7d3f9d..428c5407cbd 100644 --- a/ndb/include/ndbapi/ndbapi_limits.h +++ b/ndb/include/ndbapi/ndbapi_limits.h @@ -31,7 +31,6 @@ #define NDB_MAX_KEYSIZE_IN_WORDS 1023 #define NDB_MAX_KEY_SIZE NDB_MAX_KEYSIZE_IN_WORDS*sizeof(Uint32) #define NDB_MAX_TUPLE_SIZE 8191 -#define NDB_MAX_CONNECTIONS 127 #define NDB_MAX_TRANSACTIONS 1024 #define NDB_MAX_PARALLEL_SCANS 12 #define NDB_MAX_ACTIVE_EVENTS 100 |