Bug #73524 | CSV export corrupted on char(0) (0x00) | ||
---|---|---|---|
Submitted: | 10 Aug 2014 22:50 | Modified: | 27 Aug 2014 3:25 |
Reporter: | Dan Kloke (Candidate Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S5 (Performance) |
Version: | 6.1.7 | OS: | Windows (Microsoft Windows 7 Service Pack 1 build 7601, 64-bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | WBBugReporter |
[10 Aug 2014 22:50]
Dan Kloke
[11 Aug 2014 5:40]
MySQL Verification Team
Hello Dan, Thank you for the bug report and test case. Verified as described on Win7 with WB 6.1.7. Thanks, Umesh
[11 Aug 2014 5:42]
MySQL Verification Team
// exported csv shows v1,v2 asdf,ghjk 123,qwer,zxcv 456,NULL embedlast,row // Rows in table mysql> select * from test.test; +------------+------------------+ | v1 | v2 | +------------+------------------+ | asdf | ghjk | | 123 | | | qwer | zxcv | | 456 | NULL | | | has char(0) | | embed here | embedded char(0) | | last | row | +------------+------------------+ 7 rows in set (0.00 sec)
[27 Aug 2014 3:25]
Philip Olson
Fixed as of the upcoming MySQL Workbench 6.2.2 release, and here's the changelog entry: With the presence of char(0) (0x00) in data fields, exporting result sets to CSV would sometimes generate corrupt data. Thank you for the bug report.