*** txn/txn.src.orig Wed Dec 31 19:00:00 1969 --- txn/txn.src Fri Feb 19 23:02:45 1999 *************** *** 17,34 **** END /* - * This is the standard log operation for prepare (since right now - * we only use prepare in an XA environment). - */ - BEGIN xa_regop - ARG opcode u_int32_t lu - DBT xid DBT s - ARG formatID int32_t ld - ARG gtrid u_int32_t u - ARG bqual u_int32_t u - END - - /* * This is the checkpoint record. It contains the lsn that the checkpoint * guarantees and a pointer to the last checkpoint so we can walk backwards * by checkpoint. --- 17,22 ---- *************** *** 43,46 **** --- 31,46 ---- BEGIN ckp POINTER ckp_lsn DB_LSN * lu POINTER last_ckp DB_LSN * lu + END + + /* + * This is the standard log operation for prepare (since right now + * we only use prepare in an XA environment). + */ + BEGIN xa_regop + ARG opcode u_int32_t lu + DBT xid DBT s + ARG formatID int32_t ld + ARG gtrid u_int32_t u + ARG bqual u_int32_t u END