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: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | mysql-4.1.12 | OS: | Linux (Linux) |
Assigned to: | Antony Curtis | 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
[27 May 2005 8:38]
liuake liuake
[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.