summaryrefslogtreecommitdiff
path: root/storage/ndb/src
diff options
context:
space:
mode:
authorpekka@sama.ndb.mysql.com <>2008-02-01 00:07:15 +0100
committerpekka@sama.ndb.mysql.com <>2008-02-01 00:07:15 +0100
commit60446a30c93aaee250c56b4a3f9a04afcb568ba0 (patch)
tree4caa91ceca2035ce1141bf8427617240388e5261 /storage/ndb/src
parentf67d3aa67e9f2aacae141a887a73d26392a6a35b (diff)
downloadmariadb-git-60446a30c93aaee250c56b4a3f9a04afcb568ba0.tar.gz
ndb - bug#34107 - post-merge
Diffstat (limited to 'storage/ndb/src')
-rw-r--r--storage/ndb/src/ndbapi/ndberror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/ndb/src/ndbapi/ndberror.c b/storage/ndb/src/ndbapi/ndberror.c
index 2ebf09c42ce..363e25fc519 100644
--- a/storage/ndb/src/ndbapi/ndberror.c
+++ b/storage/ndb/src/ndbapi/ndberror.c
@@ -314,6 +314,7 @@ ErrorBundle ErrorCodes[] = {
{ 242, DMEC, AE, "Zero concurrency in scan"},
{ 244, DMEC, AE, "Too high concurrency in scan"},
{ 269, DMEC, AE, "No condition and attributes to read in scan"},
+ { 874, DMEC, AE, "Too much attrinfo (e.g. scan filter) for scan in tuple manager" },
{ 4600, DMEC, AE, "Transaction is already started"},
{ 4601, DMEC, AE, "Transaction is not started"},
{ 4602, DMEC, AE, "You must call getNdbOperation before executeScan" },