[MDEV-21747] Refactor partition auto-creation via direct fast_alter_partition_table() Created: 2020-02-17 Updated: 2020-03-03 Resolved: 2020-03-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Partitioning, Versioned Tables |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Aleksey Midenkov | Assignee: | Aleksey Midenkov |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Asynchronous solution of 1. statement thread unlocks table, finishes execution; The worst consequence: new table has additional partition unexpectedly. Instead of asynchronous thread make direct `fast_alter_partition_table()` call at the finish of DML statement. |