1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

ndb - wl#2972 event merge false by default => change option name

storage/ndb/include/ndbapi/NdbEventOperation.hpp:
  event merge false by default => change option name
storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp:
  event merge false by default => change option name
storage/ndb/src/ndbapi/NdbEventOperation.cpp:
  event merge false by default => change option name
storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
  event merge false by default => change option name
storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp:
  event merge false by default => change option name
storage/ndb/test/ndbapi/test_event.cpp:
  event merge false by default => change option name
storage/ndb/test/ndbapi/test_event_merge.cpp:
  event merge false by default => change option name
This commit is contained in:
unknown
2006-01-13 18:02:43 +01:00
parent 4a114543d5
commit 0953c40faa
7 changed files with 11 additions and 17 deletions

View File

@ -94,11 +94,9 @@ public:
*/
State getState();
/**
* By default events on same NdbEventOperation within same GCI
* are merged into a single event. This can be changed with
* separateEvents(true).
* See NdbDictionary::Event. Default is false.
*/
void separateEvents(bool flag);
void mergeEvents(bool flag);
/**
* Activates the NdbEventOperation to start receiving events. The