Bug #25663 Simple syntax error confounds MySQL console
Submitted: 17 Jan 2007 2:25 Modified: 20 Sep 2007 10:50
Reporter: Dave Pullin (Basic Quality Contributor) Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.27-community-nt-log, 5.1.14,5.0.36BK OS:Windows (Windows 2000)
Assigned to: CPU Architecture:Any
Tags: Contribution

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:

[14 Sep 2007 23:53] Sasha V
fixing parsing char commands - like \*, in mysql client

Attachment: client_parsing_fix.diff (application/octet-stream, text), 9.10 KiB.

[15 Sep 2007 22:53] Sasha V
diff for client/mysql.cc

Attachment: client_parsing_fix_new.diff (application/octet-stream, text), 9.12 KiB.

[15 Sep 2007 22:53] Sasha V
diff for main.mysql test

Attachment: test.diff (application/octet-stream, text), 963 bytes.