Bug #33283 | mysql crash unregularly after upgrade table strucat and stored procedure | ||
---|---|---|---|
Submitted: | 17 Dec 2007 8:38 | Modified: | 30 Apr 2012 12:55 |
Reporter: | JinRong Ye | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.0.27/5.0.45 | OS: | Linux (RedHat AS4U4/RedHat AS4U5) |
Assigned to: | Heikki Tuuri | CPU Architecture: | Any |
Tags: | crash, innodb, stored procedure, unique key |
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
[17 Dec 2007 8:41]
JinRong Ye
[17 Dec 2007 8:43]
JinRong Ye
table struct and stored procedure
Attachment: table_struct_and_stored_procedure.txt (text/plain), 9.40 KiB.
[19 Dec 2007 1:04]
JinRong Ye
"my.cnf" and "show global status" and "show tables"
Attachment: table_struct_and_stored_procedure2.txt (text/plain), 30.28 KiB.