rfe #2308632 [edit] Use hex for (var)binary fields

This commit is contained in:
Marc Delisle
2009-09-05 18:31:35 +00:00
parent e5de5d96a5
commit 9fcea694ff
60 changed files with 96 additions and 3 deletions

View File

@@ -1615,4 +1615,5 @@ $strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
?>