[MDEV-17531] Crash in RENAME TABLE with FOREIGN KEY and FULLTEXT INDEX Created: 2018-10-24 Updated: 2019-01-28 Resolved: 2018-10-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0.7, 10.1.0, 10.2.0, 10.3.0 |
| Fix Version/s: | 10.0.37, 10.3.11, 10.1.37, 10.2.19 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | ddl, foreign-keys, fulltext, upstream | ||
| Issue Links: |
|
||||||||
| Description |
|
A bug fix in MySQL 5.6.13 for RENAME TABLE introduced a regression for the following test case:
There was a fix for this in MySQL 5.6.42 and 5.7.24 (without a test case). |
| Comments |
| Comment by Elena Stepanova [ 2018-10-24 ] | ||||||||||||||||||
|
On current 10.2 (ab1ce2204e9) the test case doesn't work for me, it fails like so:
And if I modify it to reference `test`.`t1` specifically, then it doesn't crash, although produces a bunch of error messages which look pretty weird:
|