List:Commits« Previous MessageNext Message »
From:tomas Date:November 22 2007 2:59pm
Subject:bk commit into 5.1 tree (tomas:1.2582) BUG#29139
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-11-22 14:59:16+01:00, tomas@stripped +1 -0
  Bug #29139  	missing error message for 275

  storage/ndb/src/ndbapi/ndberror.c@stripped, 2007-11-22 14:59:13+01:00,
tomas@stripped +1 -1
    Bug #29139  	missing error message for 275

diff -Nrup a/storage/ndb/src/ndbapi/ndberror.c b/storage/ndb/src/ndbapi/ndberror.c
--- a/storage/ndb/src/ndbapi/ndberror.c	2007-10-04 19:44:53 +02:00
+++ b/storage/ndb/src/ndbapi/ndberror.c	2007-11-22 14:59:13 +01:00
@@ -169,7 +169,7 @@ ErrorBundle ErrorCodes[] = {
   { 219,  DMEC, TR, "219" },
   { 233,  DMEC, TR,
     "Out of operation records in transaction coordinator (increase
MaxNoOfConcurrentOperations)" },
-  { 275,  DMEC, TR, "275" },
+  { 275,  DMEC, TR, "Out of transaction records for complete phase (increase
MaxNoOfConcurrentTransactions)" },
   { 279,  DMEC, TR, "Out of transaction markers in transaction coordinator" },
   { 414,  DMEC, TR, "414" },
   { 418,  DMEC, TR, "Out of transaction buffers in LQH" },
Thread
bk commit into 5.1 tree (tomas:1.2582) BUG#29139tomas22 Nov