[MDEV-28599] EXCHANGE PARTITION on view causes ER_CHECK_NO_SUCH_TABLE instead of ER_WRONG_OBJECT Created: 2022-05-17 Updated: 2022-05-30 Resolved: 2022-05-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Partitioning, Views |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.3.36, 10.4.26, 10.5.17, 10.6.9, 10.7.5, 10.8.4, 10.9.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Nayuta Yanagisawa (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream | ||
| Description |
|
An error is of course expected, but in other similar situations it would be
ER_CHECK_NO_SUCH_TABLE "Can't open table" is misleading as it hints at table corruption. Also reproducible on MySQL 5.7, 8.0. |
| Comments |
| Comment by Nayuta Yanagisawa (Inactive) [ 2022-05-29 ] |