[MDEV-29756] Spider self-locks for the duration of innodb_lock_wait_timeout upon INSERT .. SELECT Created: 2022-10-10 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Yuchen Pei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Set to Minor because the scenario is unlikely to be important from the user perspective. When the "remote" and "local" tables are on the same server, INSERT INTO <spider> SELECT FROM <underlying InnoDB table> locks up until innodb_lock_wait_timeout is exceeded. Same for CREATE .. SELECT.
Reproducible on 10.4+, didn't try 10.3, I don't think there is any point in fixing it there even if it's fixable. |