Bug #18572 | Partitions: crash on ALTER TABLE during stress testing | ||
---|---|---|---|
Submitted: | 28 Mar 2006 9:18 | Modified: | 16 Apr 2006 14:45 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S1 (Critical) |
Version: | 5.1 | OS: | |
Assigned to: | Mikael Ronström | CPU Architecture: | Any |
[28 Mar 2006 9:18]
Matthias Leich
[28 Mar 2006 9:19]
Matthias Leich
stacktrace+master.err
Attachment: stacktrace (application/octet-stream, text), 4.09 KiB.
[28 Mar 2006 9:32]
Matthias Leich
Two additional observations might be of importance: - There are about 4000 lines <local path to mysqld>: missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "log_slow_statement" within master.err - the protocol of one thread executing "tb1_eng1_ins.test" (Insert into the table which is also target of the ALTER TABLE command via stored procedure containing a cursor) shows, that it already suffered from Bug#18552: Partitions: SP with cursor, autoincrement PK, duplicate key on insert
[13 Apr 2006 9:21]
Matthias Leich
I checked with MySQL 5.1 last ChangeSet@1.2325, 2006-04-11 and was unable to reproduce the crash. So it looks like a fix for another bug solved the problem.
[13 Apr 2006 9:38]
Mikael Ronström
This bug was fixed by previous patch, most likely the one that fixed bug #18573, this patch will appear in 5.1.10
[16 Apr 2006 14:45]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: Documented bugfix in 5.1.10 changelog; closed.