Bug #77879 | mysqldump silently fails to correctly generate inserts for binary data | ||
---|---|---|---|
Submitted: | 30 Jul 2015 5:08 | Modified: | 16 Aug 2015 23:57 |
Reporter: | Prw H1x4 | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S2 (Serious) |
Version: | mysql Ver 15.1 Distrib 10.0.20-MariaDB | OS: | CentOS (7.1.1503) |
Assigned to: | CPU Architecture: | Any |
[30 Jul 2015 5:08]
Prw H1x4
[30 Jul 2015 5:11]
Prw H1x4
Oops, I meant to say "you simply use a sequence starting at zero and counting up you will see the problem.". The word "random" was not supposed to be left in there.
[31 Jul 2015 4:48]
MySQL Verification Team
Did you try --hex-blob with mysqldump? http://dev.mysql.com/doc/refman/5.6/en/mysqldump.html#option_mysqldump_hex-blob If you can provide more information, feel free to add it to this bug and change the status back to 'Open'. Thank you for your interest in MySQL.
[16 Aug 2015 23:57]
Prw H1x4
As a workaround --hex-blob seems to work. It does not address the "no warning on invalid output" problem, so the only way to know that the workaround is needed is to generate a dump file, realise it's useless, then look for a solution. mysqldump should either generate valid output or report an error, silently failing should be a bug.