[MDEV-702] LP:916975 - Crash in handler::mark_trx_read_write on ALTER TABLE after REPAIR non-existing partition Created: 2012-01-15 Updated: 2012-11-10 Resolved: 2012-11-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.28 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
#3 0x081ba181 in handle_segfault (sig=11) at /home/elenst/maria-5.5/sql/mysqld.cc:2921 bzr version-info Also reproducible on MySQL 5.5.20 and 5.6.4, filed as http://bugs.mysql.com/bug.php?id=64038. Test case: CREATE TABLE t ( a INT, b INT ); |
| Comments |
| Comment by Elena Stepanova [ 2012-01-25 ] |
|
Re: Crash in handler::ha_thd on ALTER TABLE after REPAIR non-existing partition |
| Comment by Elena Stepanova [ 2012-03-03 ] |
|
Re: Crash in handler::mark_trx_read_write on ALTER TABLE after REPAIR non-existing partition |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-29 ] |
|
Launchpad bug id: 916975 |
| Comment by Patryk Pomykalski [ 2012-11-10 ] |
|
Fixed in rev 3355 (merged mysql 5.5.22). Test added to mysql-test/t/partition_error.test |
| Comment by Elena Stepanova [ 2012-11-10 ] |
|
Thanks for the info. Indeed, bzr log contains the note about MySQL bugs 64037/64038 and the crash is not reproducible anymore with the provided test case. |
| Comment by Elena Stepanova [ 2012-11-10 ] |
|
As Patryk noted above, actually fixed in 5.5.22. |