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:
parent
58e971c2d1
commit
00a47d58ec
1 changed files with 1 additions and 1 deletions
|
@ -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+
|
||||
|
|
Loading…
Reference in a new issue