mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
The URL http://dev.mysql.com/doc/refman/5.0/en/savepoints.html is no longer available
This commit is contained in:
@@ -165,7 +165,7 @@ module ActiveRecord
|
||||
# writing, the only database that we're aware of that supports true nested
|
||||
# transactions, is MS-SQL. Because of this, Active Record emulates nested
|
||||
# transactions by using savepoints on MySQL and PostgreSQL. See
|
||||
# http://dev.mysql.com/doc/refman/5.0/en/savepoints.html
|
||||
# http://en.wikipedia.org/wiki/Savepoint
|
||||
# for more information about savepoints.
|
||||
#
|
||||
# === Callbacks
|
||||
|
||||
Reference in New Issue
Block a user