Changes between Initial Version and Version 1 of Ticket #29895, comment 3


Ignore:
Timestamp:
Nov 3, 2018, 7:35:09 PM (6 years ago)
Author:
Tom Forbes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29895, comment 3

    initial v1  
    44
    55In any case MySQL cannot roll back DDL like Postgres can, and Atomic DDL is actually not the same as transactional DDL. I'm not entirely sure but it seems (according to this https://mysqlserverteam.com/atomic-ddl-in-mysql-8-0/) that it's just implicitly enabled/working without any additional code changes.
     6
     7If I'm correct it might be worth adding a note to the docs because of the name clash, we use 'atomic' to mean a transaction that can be rolled back, MySQL uses 'atomic ddl' to mean 'individual DDL statements are crash safe' (or something...)
Back to Top