[MDEV-6590] InnoDB recover ends in signal 11 Created: 2014-08-15 Updated: 2014-08-26 Resolved: 2014-08-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.13 |
| Fix Version/s: | 10.0.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Tristan Lins | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | innodb | ||
| Environment: |
Linux exa 3.12.21-gentoo-r1 #1 SMP Mon Aug 11 23:38:40 CEST 2014 x86_64 Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz GenuineIntel GNU/Linux LSB Version: n/a Portage 2.2.8-r1 (default/linux/amd64/13.0/desktop/kde, gcc-4.8.3, glibc-2.19-r1, 3.12.21-gentoo-r1 x86_64) |
||
| Attachments: |
|
| Description |
|
Some days ago, I need to reset my local system (press the reset button) because it was frozen.
The startup fails every time I try. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-08-25 ] |
|
Hi, Do you still have the broken database somewhere, can you download it here ? Code tries to find filepath for a spaceid from SYS_DATAFILES and checks it against the contents of a link file, but something goes wrong. |
| Comment by Tristan Lins [ 2014-08-25 ] |
|
Yes I still have the broken database files. |
| Comment by Jan Lindström (Inactive) [ 2014-08-25 ] |
|
Hi, Have you migrated database from some older version, for some reason InnoDB data dictionary is missing table SYS_DATAFILES. |
| Comment by Tristan Lins [ 2014-08-25 ] |
|
Mh, yes I have transfered the database from my old laptop. If I remember correctly I have currently installed MariaDB 5.6 on it. It was already migrated from an MySQL 5.5 as I remember correctly. |
| Comment by Jan Lindström (Inactive) [ 2014-08-25 ] |
|
revno: 4362 Analysis: When database is migrated from 5.5 or earlier and Fix: If SYS_DATAFILES does not exists, create it before |
| Comment by Tristan Lins [ 2014-08-26 ] |
|
Yeah, my database is running, great work! |