Bug #27175 | invalid colum attributes in create/alter table | ||
---|---|---|---|
Submitted: | 15 Mar 2007 14:48 | Modified: | 26 Mar 2008 13:10 |
Reporter: | Martin Friebe (Gold Quality Contributor) (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S3 (Non-critical) |
Version: | 5.0.38 4.1.23 | OS: | Linux (Linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | column, Contribution, CREATE TABLE, parser, PatchRefused, qc |
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
[15 Mar 2007 14:49]
Martin Friebe
[15 Mar 2007 14:50]
Martin Friebe
additional test for patch
Attachment: column_creation2.tar.gz (application/x-gzip, text), 21.57 KiB.
[15 Mar 2007 14:50]
Martin Friebe
patch
Attachment: column_spec.patch (text/x-patch), 10.06 KiB.
[15 Mar 2007 14:51]
Martin Friebe
patch for existing test case (test with broken sql)
Attachment: column_mu_test.patch (text/x-patch), 3.04 KiB.
[24 Mar 2007 17:01]
Martin Friebe
replacement for intial patch, no more tabs, changed some names and comments (test and other patches can be kept as they are)
Attachment: column_spec.patch (text/x-patch), 13.67 KiB.