do not remove the BINARY attribute in drop-down
This commit is contained in:
@@ -396,9 +396,6 @@ for ($i = 0 ; $i <= $num_fields; $i++) {
|
||||
|
||||
$cnt_attribute_types = count($cfg['AttributeTypes']);
|
||||
for ($j = 0;$j < $cnt_attribute_types; $j++) {
|
||||
if (PMA_MYSQL_INT_VERSION >= 40100 && $cfg['AttributeTypes'][$j] == 'BINARY') {
|
||||
continue;
|
||||
}
|
||||
$content_cells[$i][$ci] .= ' <option value="'. $cfg['AttributeTypes'][$j] . '"';
|
||||
if (strtoupper($attribute) == strtoupper($cfg['AttributeTypes'][$j])) {
|
||||
$content_cells[$i][$ci] .= ' selected="selected"';
|
||||
|
Reference in New Issue
Block a user