[MDEV-7135] MySQL restarted after failed creating FK Created: 2014-11-19 Updated: 2014-11-22 Due: 2014-12-10 Resolved: 2014-11-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Aurélien LEQUOY | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
query played :
|
| Comments |
| Comment by Aurélien LEQUOY [ 2014-11-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I didn't got this problem on 2 slaves, and got this problem on slave's history. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Aurélien LEQUOY [ 2014-11-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Reproduced on my Master unfortunatly ...
both servers & hdd are differents this time so he can't be an hardware issue. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2014-11-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi, Could you please provide the output of and also attach your cnf file(s)? Even better you you can upload the data dump of the above tables to our ftp.askmonty.org/private. If you can't provide a dump, please also add SHOW INDEX IN .. and SHOW TABLE STATUS LIKE '..' for both tables. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Aurélien LEQUOY [ 2014-11-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Aurélien LEQUOY [ 2014-11-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
again a new one : Requête SQL : #2006 - MySQL server has gone away | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2014-11-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Please provide the cnf file(s) and also indicate your environment (system, architecture, where the binaries came from). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2014-11-20 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
It is likely to be the same bug as described in
If we have a repeatable test case from your crash, we can check that either the bugfix above, or the merge of InnoDB 5.6.21 fix it too. Otherwise, you can try 10.0.15 release which should be out any day now. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Aurélien LEQUOY [ 2014-11-20 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
it's sound happear when we make a series of FK, I got the same problem when I droped a series of FK. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2014-11-22 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
In all likelihood, the problem was fixed |