Bug #953 | memory leak calling libmysql and dep. lib. (ODBC , ADO) | ||
---|---|---|---|
Submitted: | 30 Jul 2003 5:06 | Modified: | 4 Aug 2003 18:39 |
Reporter: | khoa do | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.0.13-nt | OS: | Windows (Windows 2000) |
Assigned to: | MySQL Verification Team | 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
[30 Jul 2003 5:06]
khoa do
[30 Jul 2003 5:11]
khoa do
rulecom com component, ADO component data layer
Attachment: rulecom.zip (application/x-zip-compressed, text), 105.75 KiB.
[30 Jul 2003 5:11]
khoa do
test client for rulecom component
Attachment: testrulecom.zip (application/x-zip-compressed, text), 3.98 KiB.
[30 Jul 2003 5:12]
khoa do
ODBC client
Attachment: dbupdate1.zip (application/x-zip-compressed, text), 5.67 KiB.
[30 Jul 2003 5:14]
khoa do
libmysqltest test client with slight modifications
Attachment: libmysqltest.zip (application/x-zip-compressed, text), 22.75 KiB.