bug #1828913 [structure] no FULLTEXT index on CHAR column

This commit is contained in:
Marc Delisle
2007-11-09 17:26:07 +00:00
parent a6dac0a992
commit 5c930fc60b
2 changed files with 3 additions and 1 deletions

View File

@@ -450,7 +450,8 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
</td>
<?php
if ((!empty($tbl_type) && $tbl_type == 'MYISAM')
&& (strpos(' ' . $type, 'text') || strpos(' ' . $type, 'varchar'))) {
// FULLTEXT is possible on TEXT, CHAR and VARCHAR
&& (strpos(' ' . $type, 'text') || strpos(' ' . $type, 'char'))) {
echo "\n";
?>
<td align="center" nowrap="nowrap">