summaryrefslogtreecommitdiff
path: root/docs/installation/upgrade_11gr2_52_excl_txn_sql.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation/upgrade_11gr2_52_excl_txn_sql.html')
-rw-r--r--docs/installation/upgrade_11gr2_52_excl_txn_sql.html23
1 files changed, 11 insertions, 12 deletions
diff --git a/docs/installation/upgrade_11gr2_52_excl_txn_sql.html b/docs/installation/upgrade_11gr2_52_excl_txn_sql.html
index 4ade0a8b..3197f05e 100644
--- a/docs/installation/upgrade_11gr2_52_excl_txn_sql.html
+++ b/docs/installation/upgrade_11gr2_52_excl_txn_sql.html
@@ -7,14 +7,14 @@
<link rel="stylesheet" href="gettingStarted.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
<link rel="start" href="index.html" title="Berkeley DB Installation and Build Guide" />
- <link rel="up" href="upgrade_52_toc.html" title="Chapter 10.  Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2" />
+ <link rel="up" href="upgrade_52_toc.html" title="Chapter 12.  Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2" />
<link rel="prev" href="upgrade_11gr2_52_dyn_env.html" title="Dynamic Environment Configuration" />
<link rel="next" href="upgrade_11gr2_52_grp_mbr.html" title="Group Membership in Repmgr" />
</head>
<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>
@@ -22,9 +22,7 @@
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="upgrade_11gr2_52_dyn_env.html">Prev</a> </td>
- <th width="60%" align="center">Chapter 10. 
- Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2
- </th>
+ <th width="60%" align="center">Chapter 12.  Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2 </th>
<td width="20%" align="right"> <a accesskey="n" href="upgrade_11gr2_52_grp_mbr.html">Next</a></td>
</tr>
</table>
@@ -39,13 +37,14 @@
</div>
</div>
<p>
- Issuing the SQL command
- <code class="literal">BEGIN TRANSACTION EXCLUSIVE</code> will now cause any
- other transactions accessing the database to block, or return a
- <code class="literal">SQLITE_BUSY</code> or <code class="literal">SQLITE_LOCK</code>
- error, until the exclusive transaction is committed or aborted.
- Previously, non-exclusive transactions could execute concurrently
- with an exclusive transaction.
+ Issuing the SQL command <code class="literal">BEGIN TRANSACTION
+ EXCLUSIVE</code> will now cause any other transactions
+ accessing the database to block, or return a
+ <code class="literal">SQLITE_BUSY</code> or
+ <code class="literal">SQLITE_LOCK</code> error, until the exclusive
+ transaction is committed or aborted. Previously, non-exclusive
+ transactions could execute concurrently with an exclusive
+ transaction.
</p>
</div>
<div class="navfooter">