diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-26 13:20:48 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-26 13:20:48 +0000 |
commit | b0d586e5648e78981c63e68059c6c836a228a082 (patch) | |
tree | 992801c5d915a6f2e6ab01dd4f52768d2d2ae378 /ndb | |
parent | b18b1be91323358b1078e5eb409b3c2042a54786 (diff) | |
download | mariadb-git-b0d586e5648e78981c63e68059c6c836a228a082.tar.gz |
added error code message for 897
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/src/ndbapi/ndberror.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/ndberror.c b/ndb/src/ndbapi/ndberror.c index bc49358cc63..6744f4c1640 100644 --- a/ndb/src/ndbapi/ndberror.c +++ b/ndb/src/ndbapi/ndberror.c @@ -241,11 +241,12 @@ ErrorBundle ErrorCodes[] = { { 877, AE, "877" }, { 878, AE, "878" }, { 879, AE, "879" }, + { 880, AE, "Tried to read too much - too many getValue calls" }, { 884, AE, "Stack overflow in interpreter" }, { 885, AE, "Stack underflow in interpreter" }, { 886, AE, "More than 65535 instructions executed in interpreter" }, + { 897, AE, "Update attempt of primary key via ndbcluster internal api (if this occurs via the MySQL server it is a bug, please report)" }, { 4256, AE, "Must call Ndb::init() before this function" }, - { 880, AE, "Tried to read too much - too many getValue calls" }, { 4257, AE, "Tried to read too much - too many getValue calls" }, /** |