From 0fe8e22a161c3c0a048cdc33d41265aa19965ea2 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Jan 2012 02:27:57 +0000 Subject: [PATCH] creates link automatically git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322165 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqlnd_ms/book.xml | 2 +- .../functions/mysqlnd-ms-get-last-used-connection.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mysqlnd_ms/book.xml b/reference/mysqlnd_ms/book.xml index d2d19fc036..1b68196e40 100755 --- a/reference/mysqlnd_ms/book.xml +++ b/reference/mysqlnd_ms/book.xml @@ -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 mysqli_multi_query + using mysqli_multi_query to execute the multi-statement SELECT id FROM test ; INSERT INTO test(id) VALUES (1), the statement will be redirected to a slave server because it begins with SELECT. The INSERT statement, which is diff --git a/reference/mysqlnd_ms/functions/mysqlnd-ms-get-last-used-connection.xml b/reference/mysqlnd_ms/functions/mysqlnd-ms-get-last-used-connection.xml index 0ca6b6fdd9..e48104432c 100644 --- a/reference/mysqlnd_ms/functions/mysqlnd-ms-get-last-used-connection.xml +++ b/reference/mysqlnd_ms/functions/mysqlnd-ms-get-last-used-connection.xml @@ -142,7 +142,7 @@ Info message obtained from the MySQL C API function mysql_info(). Please, see - mysqli_info for + mysqli_info for a description. Since 1.1.0.