summaryrefslogtreecommitdiff
path: root/docs/installation/upgrade_11gr2_52_mvcc_sql.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/installation/upgrade_11gr2_52_mvcc_sql.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/installation/upgrade_11gr2_52_mvcc_sql.html')
-rw-r--r--docs/installation/upgrade_11gr2_52_mvcc_sql.html29
1 files changed, 14 insertions, 15 deletions
diff --git a/docs/installation/upgrade_11gr2_52_mvcc_sql.html b/docs/installation/upgrade_11gr2_52_mvcc_sql.html
index bcb18b21..386b411a 100644
--- a/docs/installation/upgrade_11gr2_52_mvcc_sql.html
+++ b/docs/installation/upgrade_11gr2_52_mvcc_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_heap.html" title="Heap Access Method" />
<link rel="next" href="upgrade_11gr2_52_rep_2site_strict.html" title="2SITE_STRICT Enabled by Default in Replication" />
</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_heap.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_rep_2site_strict.html">Next</a></td>
</tr>
</table>
@@ -42,29 +40,30 @@
<dl>
<dt>
<span class="sect2">
- <a href="upgrade_11gr2_52_mvcc_sql.html#idp698336">New Pragmas</a>
+ <a href="upgrade_11gr2_52_mvcc_sql.html#idp1291928">New Pragmas</a>
</span>
</dt>
</dl>
</div>
- <p>
- Read/write concurrency can now be enabled in the SQL API by using
- <code class="literal">PRAGMA multiversion=on</code> before accessing any
- tables in the database. After multiversion has been enabled, it
- can be temporarily disabled using the
- <code class="literal">PRAGMA transaction_snapshots=on/off</code>.
+ <p>
+ Read/write concurrency can now be enabled in the SQL API by
+ using <code class="literal">PRAGMA multiversion=on</code> before
+ accessing any tables in the database. After multiversion has
+ been enabled, it can be temporarily disabled using the
+ <code class="literal">PRAGMA transaction_snapshots=on/off</code>.
</p>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp698336"></a>New Pragmas</h3>
+ <h3 class="title"><a id="idp1291928"></a>New Pragmas</h3>
</div>
</div>
</div>
<p>
- For more details on pragmas concerning Transaction Snapshots
- read <a href="../bdb-sql/mvcc.html" class="olink">Using Multiversion Concurrency Control</a> in the <em class="citetitle">Berkeley DB Getting Started with the SQL APIs</em> guide.
+ For more details on pragmas concerning Transaction
+ Snapshots read <a href="../bdb-sql/mvcc.html" class="olink">Using Multiversion Concurrency Control</a> in the
+ <em class="citetitle">Berkeley DB Getting Started with the SQL APIs</em> guide.
</p>
<div class="itemizedlist">
<ul type="disc">