From 9f8c3c8e606d431cda86ad25190f68e077d197e1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 10 Jan 2011 13:57:54 -0500 Subject: [PATCH] Update FAQ entry with MySQL 5.1 --- Documentation.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation.html b/Documentation.html index 67272ae92..64ddbcbf6 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3406,10 +3406,8 @@ have either the APC extension containing an hyphen.

- The tests I have made with current MySQL 4.1.11 API shows that the - API does not accept this syntax for the USE command. Enclosing the - db name with backquotes works. For further confusion, no backquotes - are needed with command-line mysql. + The tests I have made with MySQL 5.1.49 shows that the + API does not accept this syntax for the USE command.