This function will determine from the log file if any databases connections were not properly closed.
mco_bool mco_db_recover_required( const char * log_file_path );
log_file_path | File path to the database log file |
This function will determine from the log file if any databases connections were not properly closed.
MCO_YES | Recovery of a corrupted database is required |
MCO_NO | No recovery required |