1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add space

[ci skip]
This commit is contained in:
Jon Moss 2017-08-16 12:55:29 -04:00
parent 58e971c2d1
commit 00a47d58ec

View file

@ -190,7 +190,7 @@ module ActiveRecord
#
# === Caveats
#
# If you're on MySQL, then do not use Data Definition Language(DDL) operations in nested
# If you're on MySQL, then do not use Data Definition Language (DDL) operations in nested
# transactions blocks that are emulated with savepoints. That is, do not execute statements
# like 'CREATE TABLE' inside such blocks. This is because MySQL automatically
# releases all savepoints upon executing a DDL operation. When +transaction+