Ensure that table is truly dropped when using DROP TABLE
(MDEV-11412)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins, Server, Storage Engine - Spider |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Technical task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
If Spider engine is loaded into the server (even if it's not used), tables from other engines fail to be force-deleted – DELETE works without errors, but orphan files, e.g. .MYD/.MYI or .ibd, remain on the disk.
|
| Comments |
| Comment by Michael Widenius [ 2020-06-09 ] |
|
Fixed in bb-10.5-monty, to be pushed soon.. |
| Comment by Michael Widenius [ 2020-06-15 ] |
|
Corrected code without this issue pushed into 10.5 |