Bug #44138 | Memory engine table full at much less than max_heap_table_size with btree index | ||
---|---|---|---|
Submitted: | 7 Apr 2009 22:48 | Modified: | 29 Nov 2013 19:38 |
Reporter: | Tyson Whitehead | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Memory storage engine | Severity: | S2 (Serious) |
Version: | 5.1.57, 5.6.14, 5.6.30 | OS: | Linux (x86_64 rhel5 version from download page) |
Assigned to: | 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
[20 May 2011 13:31]
Jason Preuss
[20 May 2011 13:33]
Jason Preuss
Current configuation file (note we are now testing with Ubuntu and getting same error)
Attachment: my20110520.cnf (application/octet-stream, text), 3.60 KiB.
[20 May 2011 13:34]
Jason Preuss
Output from information schema
Attachment: largeindex.xls (application/vnd.ms-excel, text), 18.50 KiB.
[3 Feb 2013 18:50]
Shane Bester
Waiting to download, I made a synthetic data and cannot repeat on 5.5.29. Please check this output. I'll try 5.1.57 too...
Attachment: bug44138.sql (application/octet-stream, text), 3.36 KiB.
[4 Feb 2013 6:22]
Shane Bester
on windows, still cannot repeat any problem, even with supplied datafile. next, i will find a linux machine....
Attachment: bug44138_test_with_bcp_data.sql (application/octet-stream, text), 3.24 KiB.