[MDEV-5667] online alter and changed field/index options Created: 2014-02-12 Updated: 2014-03-04 Resolved: 2014-03-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.8 |
| Fix Version/s: | 10.0.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | alter, plugins | ||
| Description |
|
In handler::check_if_supported_inplace_alter() the server uses a bitmap of flags to tell the engine was this ALTER TABLE is supposed to do. When only table options are changed, it uses the flag CHANGE_CREATE_OPTION. But when only field or index options are changed, this is not detected, there is no special flag for this situation (and CHANGE_CREATE_OPTION is not used either). |