Remove the pending event. */
| 505 | Remove the pending event. |
| 506 | */ |
| 507 | int remove_pending_event() { |
| 508 | delete m_pending; |
| 509 | m_pending= NULL; |
| 510 | return 0; |
| 511 | } |
| 512 | struct Flags { |
| 513 | /* |
| 514 | Defines if this is either a trx-cache or stmt-cache, respectively, a |
nothing calls this directly
no outgoing calls
no test coverage detected