MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
test_harness Struct Reference
Collaboration diagram for test_harness:

Public Attributes

const char * engine_path
const char * default_engine_cfg
ENGINE_HANDLE_V1 *(* start_engine )(const char *, const char *, bool)
void(* reload_engine )(ENGINE_HANDLE **, ENGINE_HANDLE_V1 **, const char *, const char *, bool, bool)
const void *(* create_cookie )(void)
void(* destroy_cookie )(const void *cookie)
void(* set_ewouldblock_handling )(const void *cookie, bool enable)
void(* lock_cookie )(const void *cookie)
void(* unlock_cookie )(const void *cookie)
void(* waitfor_cookie )(const void *cookie)
void(* time_travel )(int offset)

Detailed Description

Definition at line 21 of file engine_testapp.h.


The documentation for this struct was generated from the following file: