summaryrefslogtreecommitdiff
path: root/docs/api_reference/CXX/txnstat.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/CXX/txnstat.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/api_reference/CXX/txnstat.html')
-rw-r--r--docs/api_reference/CXX/txnstat.html92
1 files changed, 46 insertions, 46 deletions
diff --git a/docs/api_reference/CXX/txnstat.html b/docs/api_reference/CXX/txnstat.html
index d326da94..2a014150 100644
--- a/docs/api_reference/CXX/txnstat.html
+++ b/docs/api_reference/CXX/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 @@ DbEnv::txn_stat(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="DbTxn::prepare()">DbTxn::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 @@ DbEnv::txn_stat(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 @@ DbEnv::txn_stat(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="DbTxn::prepare()">DbTxn::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>
@@ -376,7 +376,7 @@ DbEnv::txn_stat(DB_TXN_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp5018936"></a>Parameters</h3>
+ <h3 class="title"><a id="idp5107976"></a>Parameters</h3>
</div>
</div>
</div>
@@ -384,7 +384,7 @@ DbEnv::txn_stat(DB_TXN_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp5040536"></a>statp</h4>
+ <h4 class="title"><a id="idp5128832"></a>statp</h4>
</div>
</div>
</div>
@@ -397,7 +397,7 @@ DbEnv::txn_stat(DB_TXN_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp5026528"></a>flags</h4>
+ <h4 class="title"><a id="idp5121992"></a>flags</h4>
</div>
</div>
</div>
@@ -423,7 +423,7 @@ DbEnv::txn_stat(DB_TXN_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp5045016"></a>Errors</h3>
+ <h3 class="title"><a id="idp5041376"></a>Errors</h3>
</div>
</div>
</div>
@@ -441,7 +441,7 @@ DbEnv::txn_stat(DB_TXN_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp5058080"></a>EINVAL</h4>
+ <h4 class="title"><a id="idp5140952"></a>EINVAL</h4>
</div>
</div>
</div>
@@ -454,7 +454,7 @@ DbEnv::txn_stat(DB_TXN_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp5056784"></a>Class</h3>
+ <h3 class="title"><a id="idp5139656"></a>Class</h3>
</div>
</div>
</div>
@@ -466,7 +466,7 @@ DbEnv::txn_stat(DB_TXN_STAT **statp, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp5059376"></a>See Also</h3>
+ <h3 class="title"><a id="idp5092728"></a>See Also</h3>
</div>
</div>
</div>