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 b9417fdc18..422ec767a6 100644 --- a/db_routines.php +++ b/db_routines.php @@ -13,6 +13,7 @@ require_once './libraries/common.inc.php'; require_once './libraries/common.lib.php'; require_once './libraries/db_routines.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 61f3102f66..6d64cb679c 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2872,7 +2872,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 .= "