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 /ndb/src | |
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
Diffstat (limited to 'ndb/src')
-rw-r--r-- | ndb/src/ndbapi/ndberror.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" }, |