From 7ec31ac4296cc10ca463e1b4673ab5440daf5e1d Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sun, 24 Apr 2016 11:02:30 +0900 Subject: Remove in the doc about MySQL versions below 5 [ci skip] Follow up to #23458. Active Record supports MySQL >= 5.0 now. --- .../active_record/connection_adapters/abstract/database_statements.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb index ddfd97b537..cc33af25f6 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb @@ -221,9 +221,7 @@ module ActiveRecord # * You are creating a nested (savepoint) transaction # # The mysql2 and postgresql adapters support setting the transaction - # isolation level. However, support is disabled for MySQL versions below 5, - # because they are affected by a bug[http://bugs.mysql.com/bug.php?id=39170] - # which means the isolation level gets persisted outside the transaction. + # isolation level. def transaction(requires_new: nil, isolation: nil, joinable: true) if !requires_new && current_transaction.joinable? if isolation -- cgit v1.2.3