MySQL 5.6.14 Source Code Document
|
Public Types | |
typedef STL::list< input_buffer * > | inputList |
typedef STL::list < output_buffer * > | outputList |
Public Member Functions | |
const inputList & | getData () const |
const outputList & | getHandShake () const |
inputList & | useData () |
outputList & | useHandShake () |
void | SetRawInput (input_buffer *) |
input_buffer * | TakeRawInput () |
void | SetOutput (output_buffer *) |
output_buffer * | TakeOutput () |
Public Attributes | |
int | prevSent |
int | plainSz |
Definition at line 532 of file yassl_int.hpp.