Bug #43100 | Discrepancy between engines MyISAM/Maria wrong? with Year(2) type | ||
---|---|---|---|
Submitted: | 23 Feb 2009 7:54 | Modified: | 25 Feb 2009 7:01 |
Reporter: | Nidhi Shrotriya | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Data Types | Severity: | S3 (Non-critical) |
Version: | 6.0.10, 4.1, 5.0, 5.1, 6.0 bzr | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[25 Feb 2009 6:47]
Nidhi Shrotriya
[16 Mar 2009 9:51]
Nidhi Shrotriya
Test Case for MyISAM/Maria different than Innodb/Falcon/PBXT
Attachment: insert_year_bug_myisam_maria_43100.test (application/octet-stream, text), 1.53 KiB.
[16 Mar 2009 9:54]
Nidhi Shrotriya
Test Case for MyISAM/Innodb/Maria different from Falcon/PBXT
Attachment: insert_year_bug_myisam_innodb_maria_43100.test (application/octet-stream, text), 1.33 KiB.