mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Addresses and fixes Bug #46690.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270053 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
12764eccb3
commit
17382b3657
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<chapter xml:id="pdo.transactions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Transactions and auto-commit</title>
|
||||
|
@ -95,8 +95,8 @@ try {
|
|||
complex queries to extract data, and possibly use that information to
|
||||
build up more updates and queries; while the transaction is active, you
|
||||
are guaranteed that no one else can make changes while you are in the
|
||||
middle of your work. In truth, this isn't 100% correct, but it is a
|
||||
good-enough introduction, if you've never heard of transactions before.
|
||||
middle of your work. For further reading on transactions, refer to the
|
||||
documentation provided by your database server.
|
||||
</para>
|
||||
</chapter>
|
||||
|
||||
|
|
Loading…
Reference in a new issue