Add space

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

@ -190,7 +190,7 @@ module Transactions
#
# === 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+