List:Commits« Previous MessageNext Message »
From:Tomas Ulin Date:November 13 2008 3:23pm
Subject:bzr commit into mysql-5.1 branch (tomas.ulin:3071)
View as plain text  
#At file:///home/tomas/mysql_src/mysql-5.1-telco-6.4/

 3071 Tomas Ulin	2008-11-13
      remove dubble error code
modified:
  storage/ndb/src/ndbapi/ndberror.c

=== modified file 'storage/ndb/src/ndbapi/ndberror.c'
--- a/storage/ndb/src/ndbapi/ndberror.c	2008-10-29 09:15:35 +0000
+++ b/storage/ndb/src/ndbapi/ndberror.c	2008-11-13 15:23:48 +0000
@@ -268,7 +268,7 @@ ErrorBundle ErrorCodes[] = {
   { 781,  DMEC, IE, "Invalid schema transaction key from NDB API" },
   { 782,  DMEC, IE, "Invalid schema transaction id from NDB API" },
   { 784,  DMEC, TR, "Invalid schema transaction state" },
-  { 786,  DMEC, TR, "Missing schema operation at takeover of schema transaction" },
+  { 788,  DMEC, TR, "Missing schema operation at takeover of schema transaction" },
   { 809,  DMEC, IE, "809" },
   { 812,  DMEC, IE, "812" },
   { 829,  DMEC, IE, "829" },

Thread
bzr commit into mysql-5.1 branch (tomas.ulin:3071) Tomas Ulin13 Nov