Bug #20208 Blobs greater than 8K are being truncated to 8K
Submitted: 1 Jun 2006 17:36 Modified: 11 Nov 17:42
Reporter: Curtis Beattie
Status: To be fixed later
Category:Connector/ODBC Severity:S2 (Serious)
Version:3.51.20, 5.1alpha OS:Any
Assigned to: Bogdan Degtyariov Target Version:

File: Maximum allowed size is 500KB.
Description:
Privacy:

If the data you need to attach is more than 500KB, you should create a compressed archive of the data and a README file that describes the data with a filename that includes the bug number (example: bug-data-20208.zip), and use FTP to upload the archive to ftp://ftp.mysql.com/pub/mysql/upload/. Once you have uploaded the file, add a comment to this bug to notify us about it. Note: This directory is unlistable, which means that once you have uploaded your file, you will not be able to see it.

All entries become the exclusive editorial property of Sun Microsystems, Inc.

[8 Jun 2006 17:54] Bogdan Degtyariov
Test case uses MySQL C API shows that UNCOMPRESS function returns MYSQL_TYPE_VAR_STRING
result for both BLOB and VARCHAR

Attachment: mysql-list-fields-test.c (text/x-csrc), 2.46 KiB.

[23 Feb 2007 23:30] Jim Winstead
patch to fix SQLTables issue

Attachment: bug20208.diff (application/octet-stream, text), 2.63 KiB.

[27 Feb 2007 0:03] Bogdan Degtyariov
Update of the bugfix for SQLTables issue

Attachment: utility.diff (application/octet-stream, text), 2.64 KiB.