Bug #10903 The '–'(not '-') , encoded in GB2312 `A843`, will make SQL malfunction.
Submitted: 27 May 2005 6:35 Modified: 18 Aug 2005 8:06
Reporter: liuake liuake Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:mysql-4.1.12 OS:Linux (Linux)
Assigned to: Antony Curtis 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:

[27 May 2005 8:38] liuake liuake
My mysql configure file.

Attachment: my.cnf (application/octet-stream, text), 4.82 KiB.

[27 May 2005 8:40] liuake liuake
the insert sql. which course trouble. pay attention to the  '–' in it.

Attachment: gb2312_insert.sql (application/octet-stream, text), 6.73 KiB.

[27 May 2005 8:44] liuake liuake
the table i use in this problem.

Attachment: create_table.sql (application/octet-stream, text), 1.26 KiB.

[15 Jul 2005 7:46] Aleksey Kishkin
testcase (script for query browser)

Attachment: gbtest.sql (text/x-sql), 199 bytes.