|
MySQL 5.6.14 Source Code Document
|


Public Member Functions | |
| virtual void | run (int nOps) const |
Public Member Functions inherited from Op | |
| void | init (Kind a_kind, Type a_type=UNDEF) |
| void | freemem () |
Additional Inherited Members | |
Public Types inherited from Op | |
| enum | Kind { OP = 1, EV = 2 } |
| enum | Type { UNDEF = -1, INS, DEL, UPD, NUL } |
Public Attributes inherited from Op | |
| 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 271 of file NdbApiDriver.cpp.