mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Clarify when MySQL 5.6 is needed (bug #75666)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344078 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
496c99cd7c
commit
ec99d1dcb3
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Begins a transaction. Requires MySQL 5.6 and above, and the InnoDB
|
||||
Begins a transaction. Requires the InnoDB
|
||||
engine (it is enabled by default). For additional details about how MySQL transactions
|
||||
work, see <link xlink:href="&url.mysql.docs.commit;">&url.mysql.docs.commit;</link>.
|
||||
</para>
|
||||
|
@ -46,12 +46,14 @@
|
|||
<para>
|
||||
<constant>MYSQLI_TRANS_START_READ_ONLY</constant>:
|
||||
Start the transaction as "START TRANSACTION READ ONLY".
|
||||
Requires MySQL 5.6 and above.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>MYSQLI_TRANS_START_READ_WRITE</constant>:
|
||||
Start the transaction as "START TRANSACTION READ WRITE".
|
||||
Requires MySQL 5.6 and above.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue