Below is the list of changes that have just been committed into a local
5.0 repository of tomas. When tomas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.1773 04/12/21 17:16:39 tomas@stripped +1 -0
small fixes in documentation
ndb/include/ndbapi/NdbEventOperation.hpp
1.4 04/12/21 17:16:15 tomas@stripped +14 -3
small fixes in documentation
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql-5.0
--- 1.3/ndb/include/ndbapi/NdbEventOperation.hpp 2004-05-11 22:34:10 +02:00
+++ 1.4/ndb/include/ndbapi/NdbEventOperation.hpp 2004-12-21 17:16:15 +01:00
@@ -64,7 +64,7 @@
*
* Known issues:
*
- * When several NdbEventOperation s are tied to the same event in the same
+ * When several NdbEventOperation's are tied to the same event in the same
* process they will share the circular buffer. The BufferLength will then
* be the same for all and decided by the first NdbEventOperation
* instantiation. Just make sure to instantiate the "largest" one first.
@@ -84,7 +84,7 @@
* replica. If a node fails events will not be received twice anymore
* for data in corresponding fragment. Will be optimized in later versions.
*
- * If a nodefailiure has occured not all events will be recieved
+ * If a node failure has occured not all events will be recieved
* anymore. Drop NdbEventOperation and Create again after nodes are up
* again. Will be fixed in later versions.
*
@@ -97,7 +97,7 @@
*
* Useful API programs:
*
- * select_all -d sys 'NDB$EVENTS_0'
+ * ndb_select_all -d sys 'NDB$EVENTS_0'
* Will show contents in the system table containing created events.
*
*/
@@ -187,8 +187,19 @@
*/
NdbDictionary::Event::TableEvent getEventType();
+ /**
+ *
+ */
Uint32 getGCI();
+
+ /**
+ *
+ */
Uint32 getLatestGCI();
+
+ /*
+ *
+ */
void print();
private:
| Thread |
|---|
| • bk commit into 5.0 tree (tomas:1.1773) | tomas | 21 Dec |