bug #2222344 [display] Query involving a function shown as binary

This commit is contained in:
Marc Delisle
2008-11-17 23:13:52 +00:00
parent c5ea09dec8
commit 2f9e85c892
2 changed files with 6 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ [lang] Norwegian update, thanks to Sven-Erik Andersen
+ [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika
+ [lang] French update by Marc Delisle - lem9
- bug #2222344 [display] Query involving a function shown as binary
3.0.2.0 (not yet released)
- [lang] Italian update, thanks to Luca and fantu

View File

@@ -1659,6 +1659,11 @@ function PMA_displayTable_checkConfigParams()
} elseif (isset($_REQUEST['display_options_form'])) {
// we know that the checkbox was unchecked
unset($_SESSION['userconf']['query'][$sql_key]['display_binary']);
} else {
// selected by default because some operations like OPTIMIZE TABLE
// and all queries involving functions return "binary" contents,
// according to low-level field flags
$_SESSION['userconf']['query'][$sql_key]['display_binary'] = true;
}
if (isset($_REQUEST['display_blob'])) {