Commit 26b619b3 authored by unknown's avatar unknown
Browse files

ndberror.c:

  updated error message for ndb


ndb/src/ndbapi/ndberror.c:
  updated error message for ndb
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parent 0c11874d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -250,6 +250,7 @@ tonu@x3.internalnet
tsmith@build.mysql.com
tulin@build.mysql.com
tulin@dl145b.mysql.com
tulin@dl145c.mysql.com
tulin@mysql.com
ulli@morbus.(none)
venu@hundin.mysql.fi
+2 −2
Original line number Diff line number Diff line
@@ -298,8 +298,8 @@ ErrorBundle ErrorCodes[] = {
  { 703,  SE, "Invalid table format" },
  { 704,  SE, "Attribute name too long" },
  { 705,  SE, "Table name too long" },
  { 707,  SE, "No more table metadata records" },  
  { 708,  SE, "No more attribute metadata records" },
  { 707,  SE, "No more table metadata records (increase MaxNoOfTables)" },  
  { 708,  SE, "No more attribute metadata records (increase MaxNoOfAttributes)" },
  { 709,  SE, "No such table existed" },
  { 721,  SE, "Table or index with given name already exists" },
  { 723,  SE, "No such table existed" },