From ce2bb2df9cb980a5f16a9a6a542f9fd651ca1de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 9 Nov 2012 16:30:19 +0100 Subject: [PATCH] Fix duplicate automatic references --- faq.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/faq.rst b/faq.rst index 66b19f06b8..d12a0a707f 100644 --- a/faq.rst +++ b/faq.rst @@ -43,7 +43,7 @@ various Apache support groups. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ You just forgot to read the *install.txt* file from the PHP -distribution. Have a look at the last message in this `bug report +distribution. Have a look at the last message in this `PHP bug report #12061 `_ from the official PHP bug database. @@ -1531,10 +1531,10 @@ It means "average". better documentation (but resulting file is bigger). * "Extended inserts" provides a shorter dump file by using only once the INSERT verb and the table name. -* "Delayed inserts" are best explained in the `MySQL manual +* "Delayed inserts" are best explained in the `MySQL manual - INSERT DELAYED Syntax `_. * "Ignore inserts" treats errors as a warning instead. Again, more info - is provided in the `MySQL manual + is provided in the `MySQL manual - INSERT Syntax `_, but basically with this selected, invalid values are adjusted and inserted rather than causing the entire statement to fail. @@ -1695,7 +1695,7 @@ have table exported in file ``table.tex``): You have one of these global privileges: CREATE TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also enable users to see all -the database names. See this `bug report +the database names. See this `MySQL bug report #179 `_. So if your users do not need those privileges, you can remove them and their databases list will shorten.