Bug #111866 | executing a rename table statement could cause a transaction to be committed | ||
---|---|---|---|
Submitted: | 24 Jul 2023 18:53 | Modified: | 25 Jul 2023 1:45 |
Reporter: | remriver remriver | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Windows | Severity: | S2 (Serious) |
Version: | 8.0.33 | OS: | Windows (windows 10) |
Assigned to: | CPU Architecture: | Any |
[24 Jul 2023 18:53]
remriver remriver
[25 Jul 2023 1:45]
remriver remriver
Since mysql does not support transactional DDL, this is not a bug.
[25 Jul 2023 12:03]
MySQL Verification Team
Hi Mr. remriver, You are quite correct. Any DDL will make an implicit COMMIT during the transaction .... Not a bug.