From 5c930fc60b23c389ba6d70bd561e6ed718cd0f9f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 9 Nov 2007 17:26:07 +0000 Subject: [PATCH] bug #1828913 [structure] no FULLTEXT index on CHAR column --- ChangeLog | 1 + tbl_structure.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d67910e9d..160180d05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #1777249 [display] Do not underline links in left panel (in default - bug #1826022 [privileges] unable to add user (MySQL 3.23) since PMA 2.11.2 - bug #1823045 [import] Error importing file with lowercase "delimiter" +- bug #1828913 [structure] Can't set FULLTEXT index on CHAR column 2.11.2.1 (not yet released) - fixed possible SQL injection using database name diff --git a/tbl_structure.php b/tbl_structure.php index b8722dc6c..406918437 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -450,7 +450,8 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {