mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
NdbEventOperationImpl.hpp:
corrected compile error
This commit is contained in:
parent
0ba9208933
commit
a19fd0ba7d
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ public:
|
||||||
NdbEventOperation *nextEvent();
|
NdbEventOperation *nextEvent();
|
||||||
NdbEventOperationImpl* getGCIEventOperations(Uint32* iter,
|
NdbEventOperationImpl* getGCIEventOperations(Uint32* iter,
|
||||||
Uint32* event_types);
|
Uint32* event_types);
|
||||||
void NdbEventBuffer::deleteUsedEventOperations();
|
void deleteUsedEventOperations();
|
||||||
|
|
||||||
NdbEventOperationImpl *move_data();
|
NdbEventOperationImpl *move_data();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue