|
MySQL 5.6.14 Source Code Document
|
#include <InputStream.hpp>

Public Member Functions | |
| virtual char * | gets (char *buf, int bufLen)=0 |
| void | set_mutex (NdbMutex *m) |
| virtual void | reset_timeout () |
Protected Attributes | |
| NdbMutex * | m_mutex |
Input stream
Definition at line 29 of file InputStream.hpp.
|
inline |
Set the mutex to be UNLOCKED when blocking (e.g. select(2))
Reimplemented in ParseInputStream.
Definition at line 37 of file InputStream.hpp.
