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:
@ -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
|
||||
|
Reference in New Issue
Block a user