Kaydet (Commit) ad191d9e authored tarafından Rodrigo's avatar Rodrigo Kaydeden (comit) Tim Graham

Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for atomic migrations.

üst f9a33e3c
......@@ -221,7 +221,10 @@ smaller batches::
]
The ``atomic`` attribute doesn't have an effect on databases that don't support
DDL transactions (e.g. MySQL, Oracle).
DDL transactions (e.g. MySQL, Oracle). (MySQL's `atomic DDL statement support
<https://dev.mysql.com/doc/refman/en/atomic-ddl.html>`_ refers to individual
statements rather than multiple statements wrapped in a transaction that can be
rolled back.)
Controlling the order of migrations
===================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment