|
MySQL 5.6.14 Source Code Document
|


Public Types | |
| enum | Kind { OP = 1, EV = 2 } |
| enum | Type { UNDEF = -1, INS, DEL, UPD, NUL } |
Public Member Functions | |
| void | init (Kind a_kind, Type a_type=UNDEF) |
| void | freemem () |
Public Attributes | |
| Kind | kind |
| Type | type |
| Op * | next_op |
| Op * | next_com |
| Op * | next_gci |
| Op * | next_ev |
| Op * | next_free |
| bool | free |
| uint | num_op |
| uint | num_com |
| Data | data [2] |
| bool | match |
| Uint64 | gci |
Definition at line 648 of file test_event_merge.cpp.