summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/ndberror.c
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/ndbapi/ndberror.c')
-rw-r--r--ndb/src/ndbapi/ndberror.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ndb/src/ndbapi/ndberror.c b/ndb/src/ndbapi/ndberror.c
index 3ec268e38c5..6bbd38c9bbb 100644
--- a/ndb/src/ndbapi/ndberror.c
+++ b/ndb/src/ndbapi/ndberror.c
@@ -179,11 +179,11 @@ ErrorBundle ErrorCodes[] = {
*/
{ 623, IS, "623" },
{ 624, IS, "624" },
- { 625, IS, "Out of memory in Ndb Kernel, index part (increase IndexMemory)" },
+ { 625, IS, "Out of memory in Ndb Kernel, hash index part (increase IndexMemory)" },
{ 640, IS, "Too many hash indexes (should not happen)" },
{ 826, IS, "Too many tables and attributes (increase MaxNoOfAttributes or MaxNoOfTables)" },
- { 827, IS, "Out of memory in Ndb Kernel, data part (increase DataMemory)" },
- { 902, IS, "Out of memory in Ndb Kernel, data part (increase DataMemory)" },
+ { 827, IS, "Out of memory in Ndb Kernel, table data (increase DataMemory)" },
+ { 902, IS, "Out of memory in Ndb Kernel, ordered index data (increase DataMemory)" },
{ 903, IS, "Too many ordered indexes (increase MaxNoOfOrderedIndexes)" },
{ 904, IS, "Out of fragment records (increase MaxNoOfOrderedIndexes)" },
{ 905, IS, "Out of attribute records (increase MaxNoOfAttributes)" },