staticvoidbtr_cur_trx_report=============== trx_t trx ! in transaction const dict_index_t index ! in index const char op ! in operation fprintfstderr Trx with id TRX_ID_FMT going to ullint t
该函数用于输出事务进行操作时的报告,包括事务的ID、操作类型以及相关的索引信息。其中,参数trx表示要输出报告的事务,参数index表示涉及的索引,参数op表示操作类型。函数首先输出事务的ID,然后输出操作类型和索引信息,最后换行。该函数没有返回值。
原文地址: http://www.cveoy.top/t/topic/eF3T 著作权归作者所有。请勿转载和采集!