This function terminates transaction logging and closes the log file.
MCO_RET mco_translog_stop( mco_db_h db )
db | Database connection handle |
This function terminates transaction logging and closes the log file.
MCO_S_OK | The TL runtime was initialized successfully |
MCO_E_TL_NOT_STARTED |
Transaction logging was not started |
MCO_E_TL_LOG_NOT_OPENED |
The log file could not be opened |
MCO_E_TL_IO_ERROR |
Disk IO error |
MCO_E_TL_PIPE_LOST |
All connections to a pipe were closed and its data was lost |
MCO_E_TL_PIPE_TERM |
Reader returned from function |
Note: The logging process will always be stopped after calling function mco_translog_stop()
- even if an error occurs.