diff options
author | unknown <tulin@dl145c.mysql.com> | 2005-05-18 10:22:27 +0200 |
---|---|---|
committer | unknown <tulin@dl145c.mysql.com> | 2005-05-18 10:22:27 +0200 |
commit | 26b619b3381fbc095649cab69c9c2e7ca8907867 (patch) | |
tree | 442dfbc92d6a7b1ff7952d8d1696bce242a1e119 | |
parent | 0c11874d67bcf773d9ebb36ffea2b03a2bf741a5 (diff) | |
download | mariadb-git-26b619b3381fbc095649cab69c9c2e7ca8907867.tar.gz |
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
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | ndb/src/ndbapi/ndberror.c | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index daacb337570..2ed4bf2a5d3 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -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 diff --git a/ndb/src/ndbapi/ndberror.c b/ndb/src/ndbapi/ndberror.c index 71b0ed6a82f..04c25f31387 100644 --- a/ndb/src/ndbapi/ndberror.c +++ b/ndb/src/ndbapi/ndberror.c @@ -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" }, |