Login | Register
ndb_mgm_set_error_stream()
Description. The function can be used to set the error output stream.
Signature.
void ndb_mgm_set_error_stream ( NdbMgmHandle handle, FILE* file )
handle
file
Parameters. This function requires two parameters:
An NdbMgmHandle
NdbMgmHandle
A pointer to the file to which errors are to be sent.
Return value. None.