summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <jon@gigan.>2005-01-12 03:55:53 +1000
committerunknown <jon@gigan.>2005-01-12 03:55:53 +1000
commit9318c3d453c9e25b5a104dcc366d771d3b280638 (patch)
treeb726036e76e3c613d94970691dd788560bc3037c /ndb
parent58034683dcf6a94cced25f78a5ee492cf1a48c3f (diff)
downloadmariadb-git-9318c3d453c9e25b5a104dcc366d771d3b280638.tar.gz
Documentation: NdbError is no longer a class,
it's a struct now. ndb/include/ndbapi/Ndb.hpp: NdbError is no longer a class, it's a struct now.
Diffstat (limited to 'ndb')
-rw-r--r--ndb/include/ndbapi/Ndb.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ndb/include/ndbapi/Ndb.hpp b/ndb/include/ndbapi/Ndb.hpp
index 07d2407bca9..85810587e3b 100644
--- a/ndb/include/ndbapi/Ndb.hpp
+++ b/ndb/include/ndbapi/Ndb.hpp
@@ -34,7 +34,9 @@
an ordered index,
- NdbRecAttr represents an attribute value
- NdbDictionary represents meta information about tables and attributes.
- - NdbError contains the specification for an error.
+
+ In addition, the NDB API defines a structure NdbError, which contains the
+ specification for an error.
It is also possible to receive "events" triggered when data in the database in changed.
This is done through the NdbEventOperation class.