Bug #21504 CREATE TABLE CHAR(x) BINARY fields not correctly stored in a table
Submitted: 8 Aug 2006 13:14 Modified: 4 Sep 2006 22:37
Reporter: Marko Pecar Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.24 OS:Windows (Windows XP)
Assigned to: MySQL Verification Team CPU Architecture:Any
Tags: BINARY, char, CREATE TABLE

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[11 Aug 2006 8:50] Marko Pecar
this is a text file to be used in LOAD DATA

Attachment: wf.tbl (text/plain), 1.35 KiB.

[11 Aug 2006 8:51] Marko Pecar
This is a table create script

Attachment: create.sql (text/plain), 220 bytes.

[11 Aug 2006 8:52] Marko Pecar
A fill script

Attachment: fill.sql (text/plain), 55 bytes.