~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to storage/ndb/src/ndbapi/ndberror.c

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
  /**
150
150
   * Unknown result
151
151
   */
 
152
  { 4007, DMEC, UR, "Send to ndbd node failed" },
152
153
  { 4008, DMEC, UR, "Receive from NDB failed" },
153
154
  { 4009, DMEC, UR, "Cluster Failure" },
154
155
  { 4012, DMEC, UR, 
155
156
    "Request ndbd time-out, maybe due to high load or communication problems"}, 
 
157
  { 4013, DMEC, UR, "Request timed out in waiting for node failure"}, 
156
158
  { 4024, DMEC, UR, 
157
159
    "Time-out, most likely caused by simple read or cluster failure" }, 
158
160
  
199
201
  { 904,  HA_ERR_INDEX_FILE_FULL, IS, "Out of fragment records (increase MaxNoOfOrderedIndexes)" },
200
202
  { 905,  DMEC, IS, "Out of attribute records (increase MaxNoOfAttributes)" },
201
203
  { 1601, HA_ERR_RECORD_FILE_FULL, IS, "Out extents, tablespace full" },
202
 
  
 
204
  { 1602, DMEC, IS,"No datafile in tablespace" },
 
205
 
203
206
  /**
204
207
   * TimeoutExpired 
205
208
   */
488
491
  { 1419, DMEC, SE, "Subscription already dropped" },
489
492
 
490
493
  { 1420, DMEC, TR, "Subscriber manager busy with adding/removing a table" },
 
494
  { 1421, DMEC, SE, "Partially connected API in NdbOperation::execute()" },
491
495
 
492
496
  { 4004, DMEC, AE, "Attribute name or id not found in the table" },
493
497