List:Commits« Previous MessageNext Message »
From:jon Date:April 29 2008 11:46pm
Subject:svn commit - mysqldoc@docsrva: r10624 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2008-04-30 01:46:55 +0200 (Wed, 30 Apr 2008)
New Revision: 10624

Log:

Updated Cluster API error code tables



Modified:
   trunk/ndbapi/error-regexes.txt
   trunk/ndbapi/ndb-errors.xml


Modified: trunk/ndbapi/error-regexes.txt
===================================================================
--- trunk/ndbapi/error-regexes.txt	2008-04-29 23:02:36 UTC (rev 10623)
+++ trunk/ndbapi/error-regexes.txt	2008-04-29 23:46:55 UTC (rev 10624)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 758 bytes

@@ -3,7 +3,7 @@
 
 Use the following regex:
 
-s/\{\s*(.*)\,(.*)\,(.*)\,"(.*)"\s*\}\,?/<row><entry><errorcode>$1</errorcode></entry><entry><errorname>$2</errorname></entry><entry><errortype>$3</errortype></entry><entry><errortext>$4</errortext></entry></row>/
+s/\{\s*(.*)\, (.*)\, (.*)\, "(.*)"\s*\}\,?/<row><entry><errorcode>$1</errorcode></entry><entry><errorname>$2</errorname></entry><entry><errortype>$3</errortype></entry><entry><errortext>$4</errortext></entry></row>/
 
 on the ErrorCodes array in ndberror.c
 


Modified: trunk/ndbapi/ndb-errors.xml
===================================================================
--- trunk/ndbapi/ndb-errors.xml	2008-04-29 23:02:36 UTC (rev 10623)
+++ trunk/ndbapi/ndb-errors.xml	2008-04-29 23:46:55 UTC (rev 10624)
Changed blocks: 43, Lines Added: 731, Lines Deleted: 250; 104495 bytes

@@ -16,7 +16,8 @@
       <literal>NDB</literal> API (see
       <xref linkend="ndb-error-messages"/>). Also provided in this
       chapter is a listing of exit codes and messages returned by a
-      failed ndbd process, in <xref linkend="ndb-error-messages"/>.
+      failed <command>ndbd</command> process, in
+      <xref linkend="ndb-error-messages"/>.
     </para>
 
   </abstract>

@@ -94,36 +95,36 @@
           </thead>
           <tbody>
             <row>
-              <entry><literal>NDB_MGM_ILLEGAL_CONNECT_STRING</literal></entry>
-              <entry>Invalid connectstring</entry>
+              <entry><errorcode>NDB_MGM_ILLEGAL_CONNECT_STRING</errorcode></entry>
+              <entry><errortext>Invalid connectstring</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_ILLEGAL_SERVER_HANDLE</literal></entry>
-              <entry>Invalid management server handle</entry>
+              <entry><errorcode>NDB_MGM_ILLEGAL_SERVER_HANDLE</errorcode></entry>
+              <entry><errortext>Invalid management server handle</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_ILLEGAL_SERVER_REPLY</literal></entry>
-              <entry>Invalid response from management server</entry>
+              <entry><errorcode>NDB_MGM_ILLEGAL_SERVER_REPLY</errorcode></entry>
+              <entry><errortext>Invalid response from management server</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_ILLEGAL_NUMBER_OF_NODES</literal></entry>
-              <entry>Invalid number of nodes</entry>
+              <entry><errorcode>NDB_MGM_ILLEGAL_NUMBER_OF_NODES</errorcode></entry>
+              <entry><errortext>Invalid number of nodes</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_ILLEGAL_NODE_STATUS</literal></entry>
-              <entry>Invalid node status</entry>
+              <entry><errorcode>NDB_MGM_ILLEGAL_NODE_STATUS</errorcode></entry>
+              <entry><errortext>Invalid node status</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_OUT_OF_MEMORY</literal></entry>
-              <entry>Memory allocation error</entry>
+              <entry><errorcode>NDB_MGM_OUT_OF_MEMORY</errorcode></entry>
+              <entry><errortext>Memory allocation error</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_SERVER_NOT_CONNECTED</literal></entry>
-              <entry>Management server not connected</entry>
+              <entry><errorcode>NDB_MGM_SERVER_NOT_CONNECTED</errorcode></entry>
+              <entry><errortext>Management server not connected</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_COULD_NOT_CONNECT_TO_SOCKET</literal></entry>
-              <entry>Not able to connect to socket</entry>
+              <entry><errorcode>NDB_MGM_COULD_NOT_CONNECT_TO_SOCKET</errorcode></entry>
+              <entry><errortext>Not able to connect to socket</errortext></entry>
             </row>
           </tbody>
         </tgroup>

@@ -152,12 +153,13 @@
           </thead>
           <tbody>
             <row>
-              <entry><literal>NDB_MGM_ALLOCID_ERROR</literal></entry>
-              <entry>Generic error; may be possible to retry and recover</entry>
+              <entry><errorcode>NDB_MGM_ALLOCID_ERROR</errorcode></entry>
+              <entry><errortext>Generic error; may be possible to retry and
+                recover</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_ALLOCID_CONFIG_MISMATCH</literal></entry>
-              <entry>Non-recoverable generic error</entry>
+              <entry><errorcode>NDB_MGM_ALLOCID_CONFIG_MISMATCH</errorcode></entry>
+              <entry><errortext>Non-recoverable generic error</errortext></entry>
             </row>
           </tbody>
         </tgroup>

@@ -186,16 +188,16 @@
           </thead>
           <tbody>
             <row>
-              <entry><literal>NDB_MGM_START_FAILED</literal></entry>
-              <entry>Startup failure</entry>
+              <entry><errorcode>NDB_MGM_START_FAILED</errorcode></entry>
+              <entry><errortext>Startup failure</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_STOP_FAILED</literal></entry>
-              <entry>Shutdown failure</entry>
+              <entry><errorcode>NDB_MGM_STOP_FAILED</errorcode></entry>
+              <entry><errortext>Shutdown failure</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_RESTART_FAILED</literal></entry>
-              <entry>Restart failure</entry>
+              <entry><errorcode>NDB_MGM_RESTART_FAILED</errorcode></entry>
+              <entry><errortext>Restart failure</errortext></entry>
             </row>
           </tbody>
         </tgroup>

@@ -224,12 +226,12 @@
           </thead>
           <tbody>
             <row>
-              <entry><literal>NDB_MGM_COULD_NOT_START_BACKUP</literal></entry>
-              <entry>Unable to initiate backup</entry>
+              <entry><errorcode>NDB_MGM_COULD_NOT_START_BACKUP</errorcode></entry>
+              <entry><errortext>Unable to initiate backup</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_COULD_NOT_ABORT_BACKUP</literal></entry>
-              <entry>Unable to abort backup</entry>
+              <entry><errorcode>NDB_MGM_COULD_NOT_ABORT_BACKUP</errorcode></entry>
+              <entry><errortext>Unable to abort backup</errortext></entry>
             </row>
           </tbody>
         </tgroup>

@@ -258,12 +260,12 @@
           </thead>
           <tbody>
             <row>
-              <entry><literal>NDB_MGM_COULD_NOT_ENTER_SINGLE_USER_MODE</literal></entry>
-              <entry>Unable to enter single-user mode</entry>
+              <entry><errorcode>NDB_MGM_COULD_NOT_ENTER_SINGLE_USER_MODE</errorcode></entry>
+              <entry><errortext>Unable to enter single-user mode</errortext></entry>
             </row>
             <row>
-              <entry><literal>NDB_MGM_COULD_NOT_EXIT_SINGLE_USER_MODE</literal></entry>
-              <entry>Unable to exit single-user mode</entry>
+              <entry><errorcode>NDB_MGM_COULD_NOT_EXIT_SINGLE_USER_MODE</errorcode></entry>
+              <entry><errortext>Unable to exit single-user mode</errortext></entry>
             </row>
           </tbody>
         </tgroup>

@@ -292,8 +294,8 @@
           </thead>
           <tbody>
             <row>
-              <entry><literal>NDB_MGM_USAGE_ERROR</literal></entry>
-              <entry>General usage error</entry>
+              <entry><errorcode>NDB_MGM_USAGE_ERROR</errorcode></entry>
+              <entry><errortext>General usage error</errortext></entry>
             </row>
           </tbody>
         </tgroup>

@@ -809,9 +811,7 @@
                 <entry><errorcode>280</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>NS</errortype></entry>
-                <entry><errortext>Transaction aborted due to node shutdown</errortext> (The
-                  scan transaction had an active fragment scan in a
-                  local query handler which crashed)</entry>
+                <entry><errortext>Transaction aborted due to node shutdown</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>270</errorcode></entry>

@@ -878,6 +878,12 @@
             </thead>
             <tbody>
               <row>
+                <entry><errorcode>4007</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>UR</errortype></entry>
+                <entry><errortext>Send to ndbd node failed</errortext></entry>
+              </row>
+              <row>
                 <entry><errorcode>4008</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>UR</errortype></entry>

@@ -885,7 +891,7 @@
               </row>
               <row>
                 <entry><errorcode>4009</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname>HA_ERR_NO_CONNECTION</errorname></entry>
                 <entry><errortype>UR</errortype></entry>
                 <entry><errortext>Cluster Failure</errortext></entry>
               </row>

@@ -897,6 +903,12 @@
                   communication problems</errortext></entry>
               </row>
               <row>
+                <entry><errorcode>4013</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>UR</errortype></entry>
+                <entry><errortext>Request timed out in waiting for node failure</errortext></entry>
+              </row>
+              <row>
                 <entry><errorcode>4024</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>UR</errortype></entry>

@@ -939,100 +951,100 @@
             <tbody>
               <row>
                 <entry><errorcode>217</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>217</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>218</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>218</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>219</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>219</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>233</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Out of operation records in transaction coordinator (increase
                   MaxNoOfConcurrentOperations)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>275</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Out of transaction records for complete phase (increase
                   MaxNoOfConcurrentTransactions)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>279</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Out of transaction markers in transaction
                   coordinator</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>414</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>414</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>418</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Out of transaction buffers in LQH</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>419</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>419</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>245</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Too many active scans</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>488</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Too many active scans</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>490</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Too many active scans</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>805</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Out of attrinfo records in tuple manager</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>830</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Out of add fragment operation records</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>873</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Out of attrinfo records for scan in tuple manager</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>899</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Rowid already allocated</errortext></entry>
               </row>

@@ -1044,12 +1056,17 @@
                   MaxNoOfLocalOperations)</errortext></entry>
               </row>
               <row>
+                <entry><errorcode>1218</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>TR</errortype></entry>
+                <entry><errortext>Send Buffers overloaded in NDB kernel</errortext></entry>
+              </row>
+              <row>
                 <entry><errorcode>1220</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
-                <entry><errortext>REDO log files overloaded, consult online manual (decrease
-                  TimeBetweenLocalCheckpoints, and|or increase
-                  NoOfFragmentLogFiles)</errortext></entry>
+                <entry><errortext>REDO log files overloaded, consult online manual (increase
+                  FragmentLogFileSize)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>1222</errorcode></entry>

@@ -1088,6 +1105,13 @@
                 <entry><errortext>Out of index operations in transaction coordinator (increase
                   MaxNoOfConcurrentIndexOperations)</errortext></entry>
               </row>
+              <row>
+                <entry><errorcode>289</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>TR</errortype></entry>
+                <entry><errortext>Out of transaction buffer memory in TC (increase
+                  TransactionBufferMemory)</errortext></entry>
+              </row>
             </tbody>
           </tgroup>
         </informaltable>

@@ -1124,67 +1148,67 @@
             <tbody>
               <row>
                 <entry><errorcode>623</errorcode></entry>
-                <entry><errorname>HA_ERR_RECORD_FILE_FULL</errorname></entry>
+                <entry><errorname> HA_ERR_RECORD_FILE_FULL</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>623</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>624</errorcode></entry>
-                <entry><errorname>HA_ERR_RECORD_FILE_FULL</errorname></entry>
+                <entry><errorname> HA_ERR_RECORD_FILE_FULL</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>624</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>625</errorcode></entry>
-                <entry><errorname>HA_ERR_INDEX_FILE_FULL</errorname></entry>
+                <entry><errorname> HA_ERR_INDEX_FILE_FULL</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Out of memory in Ndb Kernel, hash index part (increase
                   IndexMemory)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>640</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Too many hash indexes (should not happen)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>826</errorcode></entry>
-                <entry><errorname>HA_ERR_RECORD_FILE_FULL</errorname></entry>
+                <entry><errorname> HA_ERR_RECORD_FILE_FULL</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Too many tables and attributes (increase MaxNoOfAttributes or
                   MaxNoOfTables)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>827</errorcode></entry>
-                <entry><errorname>HA_ERR_RECORD_FILE_FULL</errorname></entry>
+                <entry><errorname> HA_ERR_RECORD_FILE_FULL</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Out of memory in Ndb Kernel, table data (increase
                   DataMemory)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>902</errorcode></entry>
-                <entry><errorname>HA_ERR_RECORD_FILE_FULL</errorname></entry>
+                <entry><errorname> HA_ERR_RECORD_FILE_FULL</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Out of memory in Ndb Kernel, ordered index data (increase
                   DataMemory)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>903</errorcode></entry>
-                <entry><errorname>HA_ERR_INDEX_FILE_FULL</errorname></entry>
+                <entry><errorname> HA_ERR_INDEX_FILE_FULL</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Too many ordered indexes (increase
                   MaxNoOfOrderedIndexes)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>904</errorcode></entry>
-                <entry><errorname>HA_ERR_INDEX_FILE_FULL</errorname></entry>
+                <entry><errorname> HA_ERR_INDEX_FILE_FULL</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Out of fragment records (increase
                   MaxNoOfOrderedIndexes)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>905</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Out of attribute records (increase
                   MaxNoOfAttributes)</errortext></entry>

@@ -1195,6 +1219,12 @@
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Out extents, tablespace full</errortext></entry>
               </row>
+              <row>
+                <entry><errorcode>1602</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>IS</errortype></entry>
+                <entry><errortext>No datafile in tablespace</errortext></entry>
+              </row>
             </tbody>
           </tgroup>
         </informaltable>

@@ -1222,9 +1252,6 @@
             <colspec colwidth="45*"/>
             <thead>
               <row>
-                <entry><emphasis/></entry>
-              </row>
-              <row>
                 <entry><literal>NDB</literal> Error Code</entry>
                 <entry>MySQL Error Code</entry>
                 <entry><literal>NDB</literal> Error Classification</entry>

@@ -1234,34 +1261,31 @@
             <tbody>
               <row>
                 <entry><errorcode>266</errorcode></entry>
-                <entry><errorname>HA_ERR_LOCK_WAIT_TIMEOUT</errorname></entry>
+                <entry><errorname> HA_ERR_LOCK_WAIT_TIMEOUT</errorname></entry>
                 <entry><errortype>TO</errortype></entry>
                 <entry><errortext>Time-out in NDB, probably caused by deadlock</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>274</errorcode></entry>
-                <entry><errorname>HA_ERR_LOCK_WAIT_TIMEOUT</errorname></entry>
+                <entry><errorname> HA_ERR_LOCK_WAIT_TIMEOUT</errorname></entry>
                 <entry><errortype>TO</errortype></entry>
-                <entry><errortext>Time-out in NDB, probably caused by deadlock</errortext>
-                  (Scan transaction timeout)</entry>
+                <entry><errortext>Time-out in NDB, probably caused by deadlock</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>296</errorcode></entry>
-                <entry><errorname>HA_ERR_LOCK_WAIT_TIMEOUT</errorname></entry>
+                <entry><errorname> HA_ERR_LOCK_WAIT_TIMEOUT</errorname></entry>
                 <entry><errortype>TO</errortype></entry>
-                <entry><errortext>Time-out in NDB, probably caused by deadlock</errortext>
-                  (Scan transaction timeout)</entry>
+                <entry><errortext>Time-out in NDB, probably caused by deadlock</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>297</errorcode></entry>
-                <entry><errorname>HA_ERR_LOCK_WAIT_TIMEOUT</errorname></entry>
+                <entry><errorname> HA_ERR_LOCK_WAIT_TIMEOUT</errorname></entry>
                 <entry><errortype>TO</errortype></entry>
-                <entry><errortext>Time-out in NDB, probably caused by deadlock</errortext>
-                  (Scan transaction timeout &mdash; temporary)</entry>
+                <entry><errortext>Time-out in NDB, probably caused by deadlock</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>237</errorcode></entry>
-                <entry><errorname>HA_ERR_LOCK_WAIT_TIMEOUT</errorname></entry>
+                <entry><errorname> HA_ERR_LOCK_WAIT_TIMEOUT</errorname></entry>
                 <entry><errortype>TO</errortype></entry>
                 <entry><errortext>Transaction had timed out when trying to commit
                   it</errortext></entry>

@@ -1302,20 +1326,20 @@
             <tbody>
               <row>
                 <entry><errorcode>701</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>OL</errortype></entry>
                 <entry><errortext>System busy with other schema operation</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>711</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>OL</errortype></entry>
                 <entry><errortext>System busy with node restart, schema operations not
                   allowed</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>410</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>OL</errortype></entry>
                 <entry><errortext>REDO log files overloaded, consult online manual (decrease
                   TimeBetweenLocalCheckpoints, and|or increase

@@ -1323,14 +1347,14 @@
               </row>
               <row>
                 <entry><errorcode>677</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>OL</errortype></entry>
                 <entry><errortext>Index UNDO buffers overloaded (increase
                   UndoIndexBuffer)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>891</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>OL</errortype></entry>
                 <entry><errortext>Data UNDO buffers overloaded (increase
                   UndoDataBuffer)</errortext></entry>

@@ -1425,190 +1449,190 @@
             <tbody>
               <row>
                 <entry><errorcode>896</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>Tuple corrupted - wrong checksum or column data in invalid
                   format</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>901</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>Inconsistent ordered index. The index needs to be dropped and
                   recreated</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>202</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>202</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>203</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>203</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>207</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>207</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>208</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>208</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>209</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>Communication problem, signal error</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>220</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>220</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>230</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>230</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>232</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>232</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>238</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>238</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>271</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>Simple Read transaction without any attributes to
                   read</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>272</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>Update operation without any attributes to update</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>276</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>276</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>277</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>277</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>278</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>278</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>287</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>Index corrupted</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>290</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>Corrupt key in TC, unable to xfrm</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>631</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>631</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>632</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>632</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>706</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>Inconsistency during table creation</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>809</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>809</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>812</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>812</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>829</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>829</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>833</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>833</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>871</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>871</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>882</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>882</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>883</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>883</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>887</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>887</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>888</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>888</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>890</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>890</errortext></entry>
               </row>

@@ -1762,77 +1786,91 @@
             </thead>
             <tbody>
               <row>
+                <entry><errorcode>281</errorcode></entry>
+                <entry><errorname> HA_ERR_NO_CONNECTION</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Operation not allowed due to cluster shutdown in
+                  progress</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>299</errorcode></entry>
+                <entry><errorname> DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Operation not allowed or aborted due to single user
+                  mode</errortext></entry>
+              </row>
+              <row>
                 <entry><errorcode>763</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Alter table requires cluster nodes to have exact same
                   version</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>823</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Too much attrinfo from application in tuple
                   manager</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>831</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Too many nullable/bitfields in table definition</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>876</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>876</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>877</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>877</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>878</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>878</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>879</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>879</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>880</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Tried to read too much - too many getValue calls</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>884</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Stack overflow in interpreter</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>885</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Stack underflow in interpreter</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>886</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>More than 65535 instructions executed in
                   interpreter</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>897</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Update attempt of primary key via ndbcluster internal api (if
                   this occurs via the MySQL server it is a bug, please

@@ -1840,7 +1878,7 @@
               </row>
               <row>
                 <entry><errorcode>892</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Unsupported type in scan filter</errortext></entry>
               </row>

@@ -1892,23 +1930,30 @@
             <tbody>
               <row>
                 <entry><errorcode>242</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Zero concurrency in scan</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>244</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Too high concurrency in scan</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>269</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>No condition and attributes to read in scan</errortext></entry>
               </row>
               <row>
+                <entry><errorcode>874</errorcode></entry>
+                <entry><errorname> DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Too much attrinfo (e.g. scan filter) for scan in tuple
+                  manager</errortext></entry>
+              </row>
+              <row>
                 <entry><errorcode>4600</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>

@@ -1945,8 +1990,8 @@
                 <entry><errorcode>4605</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
-                <entry><errortext>You may only call openScanRead or openScanExclusive once for
-                  each operation</errortext></entry>
+                <entry><errortext>You may only call readTuples() once for each
+                  operation</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>4607</errorcode></entry>

@@ -2051,55 +2096,55 @@
             <tbody>
               <row>
                 <entry><errorcode>4707</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Too many event have been defined</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>4708</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Event name is too long</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>4709</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Can't accept more subscribers</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>746</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>OE</errortype></entry>
                 <entry><errortext>Event name already exists</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>747</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Out of event records</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>748</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Busy during read of event table</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>4710</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Event not found</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>4711</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Creation of event failed</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>4712</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Stopped event operation does not exist. Already
                   stopped?</errortext></entry>

@@ -2180,320 +2225,320 @@
             <tbody>
               <row>
                 <entry><errorcode>311</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Undefined partition used in setPartitionId</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>703</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid table format</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>704</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Attribute name too long</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>705</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Table name too long</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>707</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>No more table metadata records (increase
                   MaxNoOfTables)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>708</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>No more attribute metadata records (increase
                   MaxNoOfAttributes)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>709</errorcode></entry>
-                <entry><errorname>HA_ERR_NO_SUCH_TABLE</errorname></entry>
+                <entry><errorname> HA_ERR_NO_SUCH_TABLE</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>No such table existed</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>710</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Internal: Get by table name not supported, use table
                   id.</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>721</errorcode></entry>
-                <entry><errorname>HA_ERR_TABLE_EXIST</errorname></entry>
+                <entry><errorname> HA_ERR_TABLE_EXIST</errorname></entry>
                 <entry><errortype>OE</errortype></entry>
                 <entry><errortext>Table or index with given name already exists</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>723</errorcode></entry>
-                <entry><errorname>HA_ERR_NO_SUCH_TABLE</errorname></entry>
+                <entry><errorname> HA_ERR_NO_SUCH_TABLE</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>No such table existed</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>736</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Unsupported array size</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>737</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Attribute array size too big</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>738</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Record too big</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>739</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Unsupported primary key length</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>740</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Nullable primary key not supported</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>741</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Unsupported alter table</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>743</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Unsupported character set in table or index</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>744</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Character string is invalid for given character
                   set</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>745</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Distribution key not supported for char attribute (use binary
                   attribute)</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>771</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Given NODEGROUP doesn't exist in this cluster</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>772</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>Given fragmentType doesn't exist</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>749</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>IE</errortype></entry>
                 <entry><errortext>Primary Table in wrong state</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>779</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid undo buffer size</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>764</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid extent size</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>765</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Out of filegroup records</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>750</errorcode></entry>
-                <entry><errorname>IE</errorname></entry>
+                <entry><errorname> IE</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid file type</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>751</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Out of file records</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>752</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid file format</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>753</errorcode></entry>
-                <entry><errorname>IE</errorname></entry>
+                <entry><errorname> IE</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid filegroup for file</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>754</errorcode></entry>
-                <entry><errorname>IE</errorname></entry>
+                <entry><errorname> IE</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid filegroup version when creating file</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>755</errorcode></entry>
-                <entry><errorname>HA_WRONG_CREATE_OPTION</errorname></entry>
+                <entry><errorname> HA_WRONG_CREATE_OPTION</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid tablespace</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>756</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Index on disk column is not supported</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>757</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Varsize bitfield not supported</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>758</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Tablespace has changed</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>759</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid tablespace version </errortext></entry>
               </row>
               <row>
                 <entry><errorcode>760</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>File already exists</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>761</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Unable to drop table as backup is in progress</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>762</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Unable to alter table as backup is in progress</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>766</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
-                <entry><errortext>Can't drop file, no such file</errortext></entry>
+                <entry><errortext>Cant drop file, no such file</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>767</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
-                <entry><errortext>Can't drop filegroup, no such filegroup</errortext></entry>
+                <entry><errortext>Cant drop filegroup, no such filegroup</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>768</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
-                <entry><errortext>Can't drop filegroup, filegroup is used</errortext></entry>
+                <entry><errortext>Cant drop filegroup, filegroup is used</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>769</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Drop undofile not supported, drop logfile group
                   instead</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>770</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
-                <entry><errortext>Can't drop file, file is used</errortext></entry>
+                <entry><errortext>Cant drop file, file is used</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>774</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid schema object for drop</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>241</errorcode></entry>
-                <entry><errorname>HA_ERR_TABLE_DEF_CHANGED</errorname></entry>
+                <entry><errorname> HA_ERR_TABLE_DEF_CHANGED</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Invalid schema object version</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>283</errorcode></entry>
-                <entry><errorname>HA_ERR_NO_SUCH_TABLE</errorname></entry>
+                <entry><errorname> HA_ERR_NO_SUCH_TABLE</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Table is being dropped</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>284</errorcode></entry>
-                <entry><errorname>HA_ERR_TABLE_DEF_CHANGED</errorname></entry>
+                <entry><errorname> HA_ERR_TABLE_DEF_CHANGED</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Table not defined in transaction coordinator</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>285</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Unknown table error in transaction coordinator</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>881</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Unable to create table, out of data pages (increase
                   DataMemory) </errortext></entry>
               </row>
               <row>
                 <entry><errorcode>906</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Unsupported attribute type in index</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>907</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Unsupported character set in table or index</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>908</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>IS</errortype></entry>
                 <entry><errortext>Invalid ordered index tree node size</errortext></entry>
               </row>

@@ -2620,34 +2665,34 @@
               </row>
               <row>
                 <entry><errorcode>773</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Out of string memory, please modify StringMemory config
                   parameter</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>775</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>SE</errortype></entry>
                 <entry><errortext>Create file is not supported when Diskless=1</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>776</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Index created on temporary table must itself be
                   temporary</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>777</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Cannot create a temporary index on a non-temporary
                   table</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>778</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>A temporary table or index must be specified as not
                   logging</errortext></entry>

@@ -2875,6 +2920,13 @@
                   configuration)</errortext></entry>
               </row>
               <row>
+                <entry><errorcode>1350</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>TR</errortype></entry>
+                <entry><errortext>Backup failed: file already exists (use 'START BACKUP
+                  &lt;backup id&gt;')</errortext></entry>
+              </row>
+              <row>
                 <entry><errorcode>1329</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>

@@ -2980,7 +3032,7 @@
             <tbody>
               <row>
                 <entry><errorcode>720</errorcode></entry>
-                <entry><errorname>DMEC</errorname></entry>
+                <entry><errorname> DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>
                 <entry><errortext>Attribute name reused in table definition</errortext></entry>
               </row>

@@ -3064,6 +3116,50 @@
                   table</errortext></entry>
               </row>
               <row>
+                <entry><errorcode>1421</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>SE</errortype></entry>
+                <entry><errortext>Partially connected API in
+                  NdbOperation::execute()</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>1422</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>SE</errortype></entry>
+                <entry><errortext>Out of subscription records</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>1423</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>SE</errortype></entry>
+                <entry><errortext>Out of table records in SUMA</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>1424</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>SE</errortype></entry>
+                <entry><errortext>Out of MaxNoOfConcurrentSubOperations</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>1425</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>SE</errortype></entry>
+                <entry><errortext>Subscription being defined...while trying to stop
+                  subscriber</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>1426</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>SE</errortype></entry>
+                <entry><errortext>No such subscriber</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>1427</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>NR</errortype></entry>
+                <entry><errortext>Api node died, when SUB_START_REQ reached node </errortext></entry>
+              </row>
+              <row>
                 <entry><errorcode>4004</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>

@@ -3315,6 +3411,13 @@
                 <entry><errortext>Variable stored attributes not yet supported</errortext></entry>
               </row>
               <row>
+                <entry><errorcode>4340</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Result or attribute record must be a base table ndbrecord,
+                  not an index ndbrecord</errortext></entry>
+              </row>
+              <row>
                 <entry><errorcode>4400</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>

@@ -3377,6 +3480,164 @@
                 <entry><errortext>Missing operation request when calling execute</errortext></entry>
               </row>
               <row>
+                <entry><errorcode>4508</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>GetValue not allowed for NdbRecord defined
+                  operation</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4509</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Non SF_MultiRange scan cannot have more than one
+                  bound</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4510</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>User specified partition id not allowed for scan takeover
+                  operation</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4511</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Blobs not allowed in NdbRecord delete result
+                  record</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4512</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Incorrect combination of OperationOptions optionsPresent,
+                  extraGet/SetValues ptr and
+                  numExtraGet/SetValues</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4513</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Only one scan bound allowed for non-NdbRecord setBound()
+                  API</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4514</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Can only call setBound/equal() for an
+                  NdbIndexScanOperation</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4515</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Method not allowed for NdbRecord, use OperationOptions or
+                  ScanOptions structure instead</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4516</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Illegal instruction in interpreted program</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4517</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Bad label in branch instruction</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4518</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Too many instructions in interpreted program</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4519</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>NdbInterpretedCode::finalise() not called</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4520</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Call to undefined subroutine</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4521</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Call to undefined subroutine, internal error</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4522</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>setBound() called twice for same key</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4523</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Pseudo columns not supported by NdbRecord</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4524</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>NdbInterpretedCode is for different table</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4535</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Attempt to set bound on non key column</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4536</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>NdbScanFilter constructor taking NdbOperation is not
+                  supported for NdbRecord</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4537</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Wrong API. Use NdbInterpretedCode for NdbRecord
+                  operations</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4538</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>NdbInterpretedCode instruction requires that table is
+                  set</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4539</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>NdbInterpretedCode not supported for operation
+                  type</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4540</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Attempt to pass an Index column to createRecord. Use base
+                  table columns only</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4541</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>IndexBound has no bound information</errortext></entry>
+              </row>
+              <row>
                 <entry><errorcode>4200</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>AE</errortype></entry>

@@ -3829,6 +4090,161 @@
                   mode</errortext></entry>
               </row>
               <row>
+                <entry><errorcode>4276</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Missing NULL ptr in end of keyData list</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4277</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Key part len is to small for column</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4278</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Supplied buffer to small</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4279</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Malformed string</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4280</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Inconsistent key part length</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4281</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Too many keys specified for key bound in
+                  scanIndex</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4282</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>range_no not strictly increasing in ordered multi-range index
+                  scan</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4283</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>key_record in index scan is not an index
+                  ndbrecord</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4284</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Cannot mix NdbRecAttr and NdbRecord methods in one
+                  operation</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4285</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>NULL NdbRecord pointer</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4286</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Invalid range_no (must be &lt; 4096)</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4287</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>The key_record and attribute_record in primary key operation
+                  do not belong to the same table</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4288</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Blob handle for column not available</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4289</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>API version mismatch or wrong
+                  sizeof(NdbDictionary::RecordSpecification)</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4290</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Missing column specification in
+                  NdbDictionary::RecordSpecification</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4291</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Duplicate column specification in
+                  NdbDictionary::RecordSpecification</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4292</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>NdbRecord for tuple access is not an index key
+                  NdbRecord</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4293</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Error returned from application scanIndex()
+                  callback</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4294</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Scan filter is too large, discarded</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4295</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Column is NULL in Get/SetValueSpec structure</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4296</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Invalid AbortOption</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4297</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Invalid or unsupported OperationOptions structure</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4298</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Invalid or unsupported ScanOptions structure</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>4299</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Incorrect combination of ScanOption flags, extraGetValues ptr
+                  and numExtraGetValues</errortext></entry>
+              </row>
+              <row>
                 <entry><errorcode>2810</errorcode></entry>
                 <entry><errorname>DMEC</errorname></entry>
                 <entry><errortype>TR</errortype></entry>

@@ -3840,6 +4256,87 @@
                 <entry><errortype>TR</errortype></entry>
                 <entry><errortext>Error in reading files, please check file system</errortext></entry>
               </row>
+              <row>
+                <entry><errorcode>NO_CONTACT_WITH_PROCESS</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>No contact with the process (dead ?).</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>WRONG_PROCESS_TYPE</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>The process has wrong type. Expected a DB
+                  process.</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>SEND_OR_RECEIVE_FAILED</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Send to process or receive failed.</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>INVALID_ERROR_NUMBER</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Invalid error number. Should be &gt;= 0.</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>INVALID_TRACE_NUMBER</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Invalid trace number.</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>INVALID_BLOCK_NAME</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Invalid block name</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>NODE_SHUTDOWN_IN_PROGESS</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Node shutdown in progress</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>SYSTEM_SHUTDOWN_IN_PROGRESS</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>System shutdown in progress</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>NODE_SHUTDOWN_WOULD_CAUSE_SYSTEM_CRASH</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Node shutdown would cause system crash</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>UNSUPPORTED_NODE_SHUTDOWN</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Unsupported multi node shutdown. Abort option
+                  required.</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>NODE_NOT_API_NODE</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>The specified node is not an API node.</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>OPERATION_NOT_ALLOWED_START_STOP</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>Operation not allowed while nodes are starting or
+                  stopping.</errortext></entry>
+              </row>
+              <row>
+                <entry><errorcode>NO_CONTACT_WITH_DB_NODES</errorcode></entry>
+                <entry><errorname>DMEC</errorname></entry>
+                <entry><errortype>AE</errortype></entry>
+                <entry><errortext>No contact with database nodes</errortext></entry>
+              </row>
             </tbody>
           </tgroup>
         </informaltable>

@@ -4113,13 +4610,7 @@
               <row>
                 <entry><errorcode>2311</errorcode></entry>
                 <entry><errortype>XIE</errortype></entry>
-                <entry><errortext>Conflict when selecting restart type</errortext>
-
-                  <note>
-                    <para>
-                      This error message is currently unused.
-                    </para>
-                  </note></entry>
+                <entry><errortext>Conflict when selecting restart type</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>NDBD_EXIT_NO_MORE_UNDOLOG</errorcode></entry>

@@ -4197,14 +4688,7 @@
                 <entry><errorcode>NDBD_EXIT_INVALID_CONFIG</errorcode></entry>
                 <entry><errortype>XCE</errortype></entry>
                 <entry><errortext>Invalid configuration received from Management
-                  Server</errortext>
-
-                  <note>
-                    <para>
-                      This error message is complemented by additional
-                      information when generated.
-                    </para>
-                  </note></entry>
+                  Server</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>NDBD_EXIT_RESOURCE_ALLOC_ERROR</errorcode></entry>

@@ -4215,15 +4699,7 @@
               <row>
                 <entry><errorcode>NDBD_EXIT_OS_SIGNAL_RECEIVED</errorcode></entry>
                 <entry><errortype>XIE</errortype></entry>
-                <entry><errortext>Error OS signal received</errortext>
-
-                  <note>
-                    <para>
-                      This error message is complemented by additional
-                      information, such as signal and text, when
-                      generated
-                    </para>
-                  </note></entry>
+                <entry><errortext>Error OS signal received</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>NDBD_EXIT_SR_RESTARTCONFLICT</errorcode></entry>

@@ -4262,7 +4738,7 @@
             <tbody>
               <row>
                 <entry><errorcode>NDBD_EXIT_OUT_OF_LONG_SIGNAL_MEMORY</errorcode></entry>
-                <entry><errortype>XCR</errortype></entry>
+                <entry><errortype> XCR</errortype></entry>
                 <entry><errortext>Signal lost, out of long signal memory, please increase
                   LongMessageBuffer</errortext></entry>
               </row>

@@ -4280,7 +4756,7 @@
               </row>
               <row>
                 <entry><errorcode>NDBD_EXIT_SIGNAL_LOST</errorcode></entry>
-                <entry><errortype>XIE</errortype></entry>
+                <entry><errortype> XIE</errortype></entry>
                 <entry><errortext>Signal lost (unknown reason)</errortext></entry>
               </row>
               <row>

@@ -4494,32 +4970,32 @@
             <tbody>
               <row>
                 <entry><errorcode>NDBD_EXIT_AFS_NOPATH</errorcode></entry>
-                <entry><errortype> XIE</errortype></entry>
+                <entry><errortype>XIE</errortype></entry>
                 <entry><errortext>No file system path</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>2802</errorcode></entry>
-                <entry><errortype> XIE</errortype></entry>
+                <entry><errortype>XIE</errortype></entry>
                 <entry><errortext>Channel is full</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>2803</errorcode></entry>
-                <entry><errortype> XIE</errortype></entry>
+                <entry><errortype>XIE</errortype></entry>
                 <entry><errortext>No more threads</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>NDBD_EXIT_AFS_PARAMETER</errorcode></entry>
-                <entry><errortype> XIE</errortype></entry>
+                <entry><errortype>XIE</errortype></entry>
                 <entry><errortext>Bad parameter</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>NDBD_EXIT_AFS_INVALIDPATH</errorcode></entry>
-                <entry><errortype> XCE</errortype></entry>
+                <entry><errortype>XCE</errortype></entry>
                 <entry><errortext>Illegal file system path</errortext></entry>
               </row>
               <row>
                 <entry><errorcode>NDBD_EXIT_AFS_MAXOPEN</errorcode></entry>
-                <entry><errortype> XCR</errortype></entry>
+                <entry><errortype>XCR</errortype></entry>
                 <entry><errortext>Max number of open files exceeded, please increase
                   MaxNoOfOpenFiles</errortext></entry>
               </row>

@@ -4529,47 +5005,47 @@
                 <entry><errortext>File has already been opened</errortext></entry>
               </row>
               <row>
-                <entry><errorcode>NDBD_EXIT_AFS_ENVIRONMENT </errorcode></entry>
+                <entry><errorcode>NDBD_EXIT_AFS_ENVIRONMENT</errorcode></entry>
                 <entry><errortype>XIE</errortype></entry>
                 <entry><errortext>Environment error using file</errortext></entry>
               </row>
               <row>
-                <entry><errorcode>NDBD_EXIT_AFS_TEMP_NO_ACCESS </errorcode></entry>
+                <entry><errorcode>NDBD_EXIT_AFS_TEMP_NO_ACCESS</errorcode></entry>
                 <entry><errortype>XIE</errortype></entry>
                 <entry><errortext>Temporary on access to file</errortext></entry>
               </row>
               <row>
-                <entry><errorcode>NDBD_EXIT_AFS_DISK_FULL </errorcode></entry>
+                <entry><errorcode>NDBD_EXIT_AFS_DISK_FULL</errorcode></entry>
                 <entry><errortype>XFF</errortype></entry>
                 <entry><errortext>The file system is full</errortext></entry>
               </row>
               <row>
-                <entry><errorcode>NDBD_EXIT_AFS_PERMISSION_DENIED </errorcode></entry>
+                <entry><errorcode>NDBD_EXIT_AFS_PERMISSION_DENIED</errorcode></entry>
                 <entry><errortype>XCE</errortype></entry>
                 <entry><errortext>Received permission denied for file</errortext></entry>
               </row>
               <row>
-                <entry><errorcode>NDBD_EXIT_AFS_INVALID_PARAM </errorcode></entry>
+                <entry><errorcode>NDBD_EXIT_AFS_INVALID_PARAM</errorcode></entry>
                 <entry><errortype>XCE</errortype></entry>
                 <entry><errortext>Invalid parameter for file</errortext></entry>
               </row>
               <row>
-                <entry><errorcode>NDBD_EXIT_AFS_UNKNOWN </errorcode></entry>
+                <entry><errorcode>NDBD_EXIT_AFS_UNKNOWN</errorcode></entry>
                 <entry><errortype>XIE</errortype></entry>
                 <entry><errortext>Unknown file system error</errortext></entry>
               </row>
               <row>
-                <entry><errorcode>NDBD_EXIT_AFS_NO_MORE_RESOURCES </errorcode></entry>
+                <entry><errorcode>NDBD_EXIT_AFS_NO_MORE_RESOURCES</errorcode></entry>
                 <entry><errortype>XIE</errortype></entry>
                 <entry><errortext>System reports no more file system resources</errortext></entry>
               </row>
               <row>
-                <entry><errorcode>NDBD_EXIT_AFS_NO_SUCH_FILE </errorcode></entry>
+                <entry><errorcode>NDBD_EXIT_AFS_NO_SUCH_FILE</errorcode></entry>
                 <entry><errortype>XFI</errortype></entry>
                 <entry><errortext>File not found</errortext></entry>
               </row>
               <row>
-                <entry><errorcode>NDBD_EXIT_AFS_READ_UNDERFLOW </errorcode></entry>
+                <entry><errorcode>NDBD_EXIT_AFS_READ_UNDERFLOW</errorcode></entry>
                 <entry><errortype>XFI</errortype></entry>
                 <entry><errortext>Read underflow</errortext></entry>
               </row>

@@ -4583,6 +5059,11 @@
                 <entry><errortype>XRE</errortype></entry>
                 <entry><errortext>Insufficent nodes for system restart</errortext></entry>
               </row>
+              <row>
+                <entry><errorcode>NDBD_EXIT_UNSUPPORTED_VERSION</errorcode></entry>
+                <entry><errortype>XRE</errortype></entry>
+                <entry><errortext>Unsupported version</errortext></entry>
+              </row>
             </tbody>
           </tgroup>
         </informaltable>


Thread
svn commit - mysqldoc@docsrva: r10624 - trunk/ndbapijon30 Apr