<function> creates link automatically

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322165 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2012-01-13 02:27:57 +00:00
parent 20c36b222e
commit 0fe8e22a16
2 changed files with 2 additions and 2 deletions

View file

@ -219,7 +219,7 @@
The read/write splitter is not aware of multi-statements. Multi-statements
are considered as one statement. The decision of where to run the statement
will be based on the beginning of the statement string. For example, if
using <link linkend="mysqli.multi-query"><function>mysqli_multi_query</function></link>
using <function>mysqli_multi_query</function>
to execute the multi-statement <literal>SELECT id FROM test ; INSERT INTO test(id) VALUES (1)</literal>,
the statement will be redirected to a slave server because it begins with
<literal>SELECT</literal>. The <literal>INSERT</literal> statement, which is

View file

@ -142,7 +142,7 @@
<entry>
Info message obtained from the
MySQL C API function mysql_info(). Please, see
<link linkend="mysqli.info"><function>mysqli_info</function></link> for
<function>mysqli_info</function> for
a description.
</entry>
<entry>Since 1.1.0.</entry>