Bug #27724 | mysqldump --hex-blob -T doesn't work | ||
---|---|---|---|
Submitted: | 9 Apr 2007 23:35 | Modified: | 11 May 2008 0:33 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[9 Apr 2007 23:35]
Peter Gulutzan
[20 Apr 2007 18:58]
Peter Gulutzan
I made some mistakes in the description. The default database should be 'm'. The mysql instructions should be: " CREATE TABLE `test_blob` ( `a` blob ) ENGINE=MyISAM DEFAULT CHARSET=latin1; insert into test_blob values(0xDD00); " And the hexdump is: 5cdd 0a30.
[3 Dec 2007 8:31]
MySQL Verification Team
this looks like a server issue with select ... into outfile.
[3 Dec 2007 8:32]
MySQL Verification Team
actually... mysqldump could try using SELECT .. INTO DUMPFILE which then creates the file as expected.
[3 Dec 2007 19:50]
Sergei Golubchik
please re-verify when bug#32533 is fixed
[11 May 2008 0:33]
MySQL Verification Team
The bug http://bugs.mysql.com/bug.php?id=32533 is already closed and the results are the same.