row0import.cc | row0import.cc | |||
---|---|---|---|---|
skipping to change at line 2272 | skipping to change at line 2272 | |||
trx_commit_for_mysql(trx); | trx_commit_for_mysql(trx); | |||
row_mysql_unlock_data_dictionary(trx); | row_mysql_unlock_data_dictionary(trx); | |||
trx_free_for_mysql(trx); | trx_free_for_mysql(trx); | |||
prebuilt->trx->op_info = ""; | prebuilt->trx->op_info = ""; | |||
DBUG_EXECUTE_IF("ib_import_before_checkpoint_crash", DBUG_SUICIDE(); ); | DBUG_EXECUTE_IF("ib_import_before_checkpoint_crash", DBUG_SUICIDE(); ); | |||
log_make_checkpoint_at(IB_ULONGLONG_MAX, TRUE); | log_make_checkpoint_at(LSN_MAX, TRUE); | |||
return(err); | return(err); | |||
} | } | |||
/*****************************************************************//** | /*****************************************************************//** | |||
Report error during tablespace import. */ | Report error during tablespace import. */ | |||
static __attribute__((nonnull, warn_unused_result)) | static __attribute__((nonnull, warn_unused_result)) | |||
dberr_t | dberr_t | |||
row_import_error( | row_import_error( | |||
/*=============*/ | /*=============*/ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |