[MDEV-29923] Unknown error 1430 on selecting from federated table for which the base table was changed, and 'Got an error writing communication packets' on shutdown Created: 2022-11-01 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Federated |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roel Van de Paar | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | shutdown | ||
| Issue Links: |
|
||||
| Description |
|
If we run this SQL:
We get:
If we add only a key to column c in table t2, i.e.
And rerun the full testcase, we get:
In the error log we only see:
And this on shutdown (delayed). |
| Comments |
| Comment by Roel Van de Paar [ 2022-11-01 ] | |||||||||||
|
MTR testcase:
|