{625,IS,"Out of memory in Ndb Kernel, index part (increase IndexMemory)"},
{800,IS,"Too many ordered indexes (increase MaxNoOfOrderedIndexes)"},
{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)"},
{832,IS,"832"},
{902,IS,"Out of memory in Ndb Kernel, data part (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)"},
/**
* TimeoutExpired
...
...
@@ -205,8 +209,8 @@ ErrorBundle ErrorCodes[] = {
* Internal errors
*/
{892,IE,"Inconsistent hash index. The index needs to be dropped and recreated"},
{895,IE,"Inconsistent ordered index. The index needs to be dropped and recreated"},
{896,IE,"Tuple corrupted - wrong checksum or column data in invalid format"},
{901,IE,"Inconsistent ordered index. The index needs to be dropped and recreated"},
{202,IE,"202"},
{203,IE,"203"},
{207,IE,"207"},
...
...
@@ -310,7 +314,6 @@ ErrorBundle ErrorCodes[] = {
{739,SE,"Unsupported primary key length"},
{740,SE,"Nullable primary key not supported"},
{741,SE,"Unsupported alter table"},
{742,SE,"Unsupported attribute type in index"},
{743,SE,"Unsupported character set in table or index"},
{744,SE,"Character string is invalid for given character set"},
{745,SE,"Distribution key not supported for char attribute (use binary attribute)"},
...
...
@@ -319,6 +322,9 @@ ErrorBundle ErrorCodes[] = {
{284,SE,"Table not defined in transaction coordinator"},
{285,SE,"Unknown table error in transaction coordinator"},
{881,SE,"Unable to create table, out of data pages (increase DataMemory) "},
{906,SE,"Unsupported attribute type in index"},
{907,SE,"Unsupported character set in table or index"},
{908,IS,"Invalid ordered index tree node size"},
{1225,SE,"Table not defined in local query handler"},
{1226,SE,"Table is being dropped"},
{1228,SE,"Cannot use drop table for drop index"},
...
...
@@ -482,8 +488,8 @@ ErrorBundle ErrorCodes[] = {
{4266,AE,"Invalid blob seek position"},
{4267,IE,"Corrupted blob value"},
{4268,IE,"Error in blob head update forced rollback of transaction"},
{4268,IE,"Unknown blob error"},
{4269,IE,"No connection to ndb management server"},
{4270,IE,"Unknown blob error"},
{4335,AE,"Only one autoincrement column allowed per table. Having a table without primary key uses an autoincremented hidden key, i.e. a table without a primary key can not have an autoincremented column"}