bug #2222344 [display] Query involving a function shown as binary
This commit is contained in:
@@ -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
|
||||
|
@@ -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'])) {
|
||||
|
Reference in New Issue
Block a user