Bug #3011 Fulltext with UTF8 irrelevant results (or errors)
Submitted: 28 Feb 2004 17:10 Modified: 29 Feb 2004 13:49
Reporter: [ name withheld ] Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S3 (Non-critical)
Version:4.1.1 OS:Linux (Linux)
Assigned to: Sergei Golubchik CPU Architecture:Any

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:

[28 Feb 2004 17:20] [ name withheld ]
example (utf8) - see mainly the 4th query, unfortunately no "storage errors -1" reproducable

Attachment: problem_example.txt (text/plain), 4.31 KiB.

[29 Feb 2004 6:39] [ name withheld ]
an example of a complete session with errors (create database, tables, ...), UTF8 of course

Attachment: example2.txt (text/plain), 3.12 KiB.

[29 Feb 2004 6:45] [ name withheld ]
mysqldump -u root -p test1 --default-character-set=utf8 >example2_dump.txt

Attachment: example2_dump.txt (text/plain), 1.13 KiB.