[MDEV-32683] Spider engine does not load with non-default alter-algorithm Created: 2023-11-04 Updated: 2023-12-14 Resolved: 2023-11-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Storage Engine - Spider, Variables |
| Affects Version/s: | 10.10 |
| Fix Version/s: | 10.10.7, 10.11.6, 11.0.4, 11.1.3, 11.2.2 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression | ||
| Issue Links: |
|
||||||||
| Description |
|
Spider does not load if the server is running with alter_algorithm=INSTANT (or NOCOPY, or INPLACE). It is true both when the server is started with a non-default alter-algorithm and plugin-load-add=ha_spider or when they are set/loaded at runtime. The failure started happening after these 2 commits in 10.10: First,
caused the error in the error log
but the plugin would still load (at least on startup).
the error became more verbose
and the plugin stopped loading. |
| Comments |
| Comment by Yuchen Pei [ 2023-11-07 ] | ||||
|
For reference, the fix seems to be
Thanks for fixing it serg. |