summaryrefslogtreecommitdiff
path: root/ndb/include
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-02-05 07:19:47 +0100
committerunknown <joreland@mysql.com>2005-02-05 07:19:47 +0100
commitfe81b62c5f6934f0236e7c1bbe4fe4b53afc64c5 (patch)
treef84342c1b8d60a4bb8800655413a3e934280922c /ndb/include
parent5fcb5891b671946e5207428244b9f18a2d60febe (diff)
parentdf1dc7759be10f317f2763fa3aee64751ab9b8c6 (diff)
downloadmariadb-git-fe81b62c5f6934f0236e7c1bbe4fe4b53afc64c5.tar.gz
Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-ndb ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/mysqld.cc: Auto merged
Diffstat (limited to 'ndb/include')
-rw-r--r--ndb/include/ndbapi/NdbDictionary.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ndb/include/ndbapi/NdbDictionary.hpp b/ndb/include/ndbapi/NdbDictionary.hpp
index 91cfc0cb22a..6b9085fbdca 100644
--- a/ndb/include/ndbapi/NdbDictionary.hpp
+++ b/ndb/include/ndbapi/NdbDictionary.hpp
@@ -140,9 +140,9 @@ public:
enum FragmentType {
FragUndefined = 0, ///< Fragmentation type undefined or default
FragSingle = 1, ///< Only one fragment
- FragAllSmall = 2, ///< One fragment per node group
- FragAllMedium = 3, ///< Default value. Two fragments per node group.
- FragAllLarge = 4 ///< Eight fragments per node group.
+ FragAllSmall = 2, ///< One fragment per node, default
+ FragAllMedium = 3, ///< two fragments per node
+ FragAllLarge = 4 ///< Four fragments per node.
};
};