bug #1828913 [structure] no FULLTEXT index on CHAR column
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user