diff options
Diffstat (limited to 'docs/api_reference/C/txnstat.html')
| -rw-r--r-- | docs/api_reference/C/txnstat.html | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/docs/api_reference/C/txnstat.html b/docs/api_reference/C/txnstat.html index a0f227a5..87264ef0 100644 --- a/docs/api_reference/C/txnstat.html +++ b/docs/api_reference/C/txnstat.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -217,67 +217,72 @@ DB_ENV->txn_stat(DB_ENV *env, DB_TXN_STAT **statp, u_int32_t flags); </pre> <ul type="circle"> <li> <p> - <span class="bold"><strong>u_int32_t txnid;</strong></span> + <span class="bold"><strong>u_int8_t gid[DB_GID_SIZE];</strong></span> </p> <p> - The transaction ID of the transaction. + If the transaction was prepared using + <a class="xref" href="txnprepare.html" title="DB_TXN->prepare()">DB_TXN->prepare()</a>, then + <span class="bold"><strong>gid</strong></span> contains the + transaction's Global ID. Otherwise, + <span class="bold"><strong>gid's</strong></span> contents are undefined. </p> </li> <li> <p> - <span class="bold"><strong>u_int32_t parentid;</strong></span> + <span class="bold"><strong>DB_LSN lsn;</strong></span> </p> <p> - The transaction ID of the parent transaction (or 0, if no parent). + The log sequence number of the transaction's first log record. </p> </li> <li> <p> - <span class="bold"><strong>pid_t pid;</strong></span> + <span class="bold"><strong>u_int32_t mvcc_ref;</strong></span> </p> <p> - The process ID of the originator of the transaction. + The number of buffer copies created by this transaction that remain + in cache. </p> </li> <li> <p> - <span class="bold"><strong>db_threadid_t tid;</strong></span> + <span class="bold"><strong>char name[];</strong></span> </p> <p> - The thread of control ID of the originator of the transaction. + If a name was specified for the transaction, up to the first 50 bytes + of that name, followed by a nul termination byte. </p> </li> <li> <p> - <span class="bold"><strong>DB_LSN lsn;</strong></span> + <span class="bold"><strong>u_int32_t parentid;</strong></span> </p> <p> - The current log sequence number when the transaction was begun. + The transaction ID of the parent transaction (or 0, if no parent). </p> </li> <li> <p> - <span class="bold"><strong>DB_LSN read_lsn;</strong></span> + <span class="bold"><strong>pid_t pid;</strong></span> </p> <p> - The log sequence number of reads for snapshot transactions. + The process ID of the originator of the transaction. </p> </li> <li> <p> - <span class="bold"><strong>u_int32_t mvcc_ref;</strong></span> + <span class="bold"><strong>u_int32_t priority;</strong></span> </p> <p> - The number of buffer copies created by this transaction that remain - in cache. + This transaction's deadlock resolution priority. </p> </li> <li> <p> - <span class="bold"><strong>u_int32_t priority;</strong></span> + <span class="bold"><strong>DB_LSN read_lsn;</strong></span> </p> <p> - This transaction's deadlock resolution priority. + The log sequence number of reads for snapshot transactions. </p> </li> <li> @@ -308,6 +313,22 @@ DB_ENV->txn_stat(DB_ENV *env, DB_TXN_STAT **statp, u_int32_t flags); </pre> </li> <li> <p> + <span class="bold"><strong>db_threadid_t tid;</strong></span> + </p> + <p> + The thread of control ID of the originator of the transaction. + </p> + </li> + <li> + <p> + <span class="bold"><strong>u_int32_t txnid;</strong></span> + </p> + <p> + The transaction ID of the transaction. + </p> + </li> + <li> + <p> <span class="bold"><strong>u_int32_t xa_status;</strong></span> </p> <p> @@ -332,27 +353,6 @@ DB_ENV->txn_stat(DB_ENV *env, DB_TXN_STAT **statp, u_int32_t flags); </pre> </tr> </table> </li> - <li> - <p> - <span class="bold"><strong>u_int8_t gid[DB_GID_SIZE];</strong></span> - </p> - <p> - If the transaction was prepared using - <a class="xref" href="txnprepare.html" title="DB_TXN->prepare()">DB_TXN->prepare()</a>, then - <span class="bold"><strong>gid</strong></span> contains the - transaction's Global ID. Otherwise, - <span class="bold"><strong>gid's</strong></span> contents are undefined. - </p> - </li> - <li> - <p> - <span class="bold"><strong>char name[];</strong></span> - </p> - <p> - If a name was specified for the transaction, up to the first 50 bytes - of that name, followed by a nul termination byte. - </p> - </li> </ul> </div> </li> @@ -374,7 +374,7 @@ DB_ENV->txn_stat(DB_ENV *env, DB_TXN_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62839144"></a>Parameters</h3> + <h3 class="title"><a id="idp4615888"></a>Parameters</h3> </div> </div> </div> @@ -382,7 +382,7 @@ DB_ENV->txn_stat(DB_ENV *env, DB_TXN_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62839856"></a>statp</h4> + <h4 class="title"><a id="idp4612096"></a>statp</h4> </div> </div> </div> @@ -395,7 +395,7 @@ DB_ENV->txn_stat(DB_ENV *env, DB_TXN_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62871592"></a>flags</h4> + <h4 class="title"><a id="idp4592848"></a>flags</h4> </div> </div> </div> @@ -421,7 +421,7 @@ DB_ENV->txn_stat(DB_ENV *env, DB_TXN_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62867864"></a>Errors</h3> + <h3 class="title"><a id="idp4628824"></a>Errors</h3> </div> </div> </div> @@ -437,7 +437,7 @@ DB_ENV->txn_stat(DB_ENV *env, DB_TXN_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62875480"></a>EINVAL</h4> + <h4 class="title"><a id="idp4627008"></a>EINVAL</h4> </div> </div> </div> @@ -450,7 +450,7 @@ DB_ENV->txn_stat(DB_ENV *env, DB_TXN_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62770624"></a>Class</h3> + <h3 class="title"><a id="idp4558312"></a>Class</h3> </div> </div> </div> @@ -462,7 +462,7 @@ DB_ENV->txn_stat(DB_ENV *env, DB_TXN_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62878760"></a>See Also</h3> + <h3 class="title"><a id="idp4610120"></a>See Also</h3> </div> </div> </div> |
