[MDEV-11627] TokuDB table can be renamed to a non-existent database Created: 2016-12-21 Updated: 2020-12-01 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - TokuDB |
| Affects Version/s: | 10.0, 10.1, 10.0.28, 10.1.20, 10.2 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kyle Joiner (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When renaming a table to move it to a different database there is no error if the database does not exist and the table is in limbo at that point. This should create an error instead of allowing the statement to return success. |
| Comments |
| Comment by Elena Stepanova [ 2016-12-25 ] | |||||||||||||
|
Reproducible on MariaDB 10.x. Test case runnable both on MariaDB and Percona:
|