diff --git a/ChangeLog b/ChangeLog index cc81a36a5..278d92363 100644 --- a/ChangeLog +++ b/ChangeLog @@ -103,6 +103,7 @@ $Id$ - bug [tracking] Tracking report should obey MaxCharactersInDisplayedSQL - bug [edit] Avoid selecting UNHEX function by default for a BLOB column for which editing is protected +- bug #2994168 [structure] Show auto_increment in uppercase 3.3.2.0 (2010-04-13) - patch #2969449 [core] Name for MERGE engine varies depending on the diff --git a/tbl_structure.php b/tbl_structure.php index c44fa1a0f..af42e8118 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -361,7 +361,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { else { echo '' . $strNoneDefault . ''; } ?> - +