[MDEV-16647] InnoDB fails to drop large temporary table on disconnect Created: 2018-06-30 Updated: 2019-07-22 Resolved: 2018-08-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.1.35 |
| Fix Version/s: | 10.1.36 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1907
|
| Comments |
| Comment by Marko Mäkelä [ 2018-08-31 ] |
|
Only MariaDB Server 10.1.35 is affected by this. In 10.2 and later, the code path would not be executed for temporary tables, because temporary tables would always reside in the dedicated tablespace, not in .ibd files. |