MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
ParseInputStream (InputStream &in, bool trim=true, char eofComment= '#') | |
char * | gets (char *buf, int bufLen) |
void | push_back (const char *) |
void | set_mutex (NdbMutex *m) |
Public Member Functions inherited from InputStream | |
virtual void | reset_timeout () |
Additional Inherited Members | |
Protected Attributes inherited from InputStream | |
NdbMutex * | m_mutex |
Definition at line 25 of file Parser.cpp.
|
inline |
Set the mutex to be UNLOCKED when blocking (e.g. select(2))
Reimplemented from InputStream.
Definition at line 31 of file Parser.cpp.