[MDEV-25921] Implement CREATE TABLE...SELECT in one transaction Created: 2021-06-15 Updated: 2024-02-07 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Create Table, Partitioning, Storage Engine - InnoDB |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | performance | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||
| Description |
|
As hinted in
A cleaner solution would be to use a single transaction for the entire operation. If an error occurs, we would simply roll back the operation. |
| Comments |
| Comment by Marko Mäkelä [ 2021-06-15 ] |
|
|