diff --git a/ChangeLog b/ChangeLog index c29eebc0c..52b25e871 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA (fixed for mysqli extension only) - [interface] sanitize the after_field parameter, thanks to Norman Hippert +- [structure] do not remove the BINARY attribute in drop-down 2.11.6.0 (2008-04-29) - bug #1903724 [interface] Displaying of very large queries in error message diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index 3251b18f4..80afd04b3 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -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] .= '