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.