diff --git a/ChangeLog b/ChangeLog index 4ae25e9a61..4df55e5fd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,7 @@ phpMyAdmin - ChangeLog + Shift/click support in database Structure + Show/hide column in table Browse - bug #3353856 [AJAX] AJAX dialogs use wrong font-size +- bug #3354356 [interface] Timepicker does not work in AJAX dialogs 3.4.4.0 (not yet released) - bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes diff --git a/Documentation.html b/Documentation.html index 29054a28ba..0b3bd922c5 100644 --- a/Documentation.html +++ b/Documentation.html @@ -2392,23 +2392,6 @@ setfacl -d -m "g:www-data:rwx" tmp first_timestamp, which is used for first timestamp column in table. -
$cfg['NumOperators'] array
-
Operators available for search operations on numeric and date columns. -
- -
$cfg['TextOperators'] array
-
Operators available for search operations on character columns. - Note that we put LIKE by default instead of - LIKE %...%, to avoid unintended performance problems - in case of huge tables.
- -
$cfg['EnumOperators'] array
-
Operators available for search operations on ENUM columns.
- -
$cfg['NullOperators'] array
-
Additional operators available for search operations when the - column can be null.
- diff --git a/db_routines.php b/db_routines.php index 4c225a87be..efac9ea380 100644 --- a/db_routines.php +++ b/db_routines.php @@ -12,6 +12,7 @@ require_once './libraries/common.inc.php'; require_once './libraries/common.lib.php'; require_once './libraries/mysql_charsets.lib.php'; +require_once './libraries/data_mysql.inc.php'; /** * Include JavaScript libraries diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 21d70cc999..7d9564e1ee 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2953,7 +2953,7 @@ function PMA_getSupportedDatatypes($html = false, $selected = '') foreach ($cfg['ColumnTypes'] as $key => $value) { if (is_array($value)) { $retval .= ""; - foreach ($value as $subkey => $subvalue) { + foreach ($value as $subvalue) { if ($subvalue == $selected) { $retval .= "