This function begins logging transactions according to the specified options.
MCO_RET mco_translog_start( mco_db_h db, char const * file_path, mco_TL_start_data_h data)
db | Database connection handle |
file_path |
Path and file-name or disk partition of the log file. If the pipe method is used, this argument specifies the pipe overflow file if it is required (otherwise 0). |
data |
This function begins logging transactions according to the options specified in the argument data
.