From 4a99b6a4942c02d0b1121650dc9f93fb83a42dac Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 11 Oct 2011 07:45:26 -0400 Subject: [PATCH] bug #3420229 [doc] Missing documentation section --- ChangeLog | 1 + Documentation.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9ffe2646d8..1cc2e3c7d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ phpMyAdmin - ChangeLog - bug #3418849 [interface] Inline edit shows dropdowns even after closing - bug [view] View renaming did not work - bug [navi] Wrong icon for view (MySQL 5.5) +- bug #3420229 [doc] Missing documentation section 3.4.6.0 (not yet released) - patch #3404173 InnoDB comment display with tooltips/aliases diff --git a/Documentation.html b/Documentation.html index 2938a3ba41..e9390dd9f4 100644 --- a/Documentation.html +++ b/Documentation.html @@ -2281,7 +2281,7 @@ setfacl -d -m "g:www-data:rwx" tmp
$cfg['DBG']
DEVELOPERS ONLY!
-
$cfg['DBG']['sql'] boolean
+
$cfg['DBG']['sql'] boolean
DEVELOPERS ONLY!
Enable logging queries and execution times to be displayed in the bottom of main page (right frame).
-- 2.11.4.GIT