From 4fceba47ff460bf937f4127b880ee32cae263161 Mon Sep 17 00:00:00 2001
From: Garvin Hicking
Date: Tue, 4 Nov 2003 13:35:53 +0000
Subject: [PATCH] Added note about limitations of ANSI mysql-server mode
---
ChangeLog | 2 ++
Documentation.html | 7 +++++++
2 files changed, 9 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 24ed8abc7..79f1e5746 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ $Id$
$Source$
2003-11-04 Garvin Hicking
+ * Documentation.html: Added known limitation about ANSI-mode
+ (Bug #816858)
* libraries/transformations/text_plain__dateformat.inc.php3:
Bug #835252: Now allow more timestamps. Minor modification of a patch
submitted by anonymous poster. Thanks!
diff --git a/Documentation.html b/Documentation.html
index cc8bc75e5..fb28909de 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -2784,6 +2784,13 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
on the official phpMyAdmin-homepage.
+
+ [3.9] I get error messages when using "--sql_mode=ANSI" for the MySQL server
+
+
+ When MySQL is running in ANSI-compatibility mode, there are some major differences in how SQL is structured (see http://www.mysql.com/doc/en/ANSI_mode.html). Most important of all, the quote-character (") is interpreted as an identifier quote character and not as a string quote character, which makes many internal phpMyAdmin operations into invalid SQL statements. There is no workaround to this behaviour. News to this item will be posted in Bug report #816858
+
+
[4. ISPs, multi-user installations ]