aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-02-01 02:36:53 -0200
committerRafael França <rafaelmfranca@gmail.com>2016-02-01 02:36:53 -0200
commitd505ba03b09ceb8e1152ceee3189ff3fa10ae9ab (patch)
tree2e93a979a143dbf00024606dfaff2373773eb485 /activerecord/test
parent2f8ba24ec65d7a850e7ec0985d44be4a86da04c5 (diff)
parent57604cf24ce40a23de0e8d75fc366c24c9fe3aac (diff)
downloadrails-d505ba03b09ceb8e1152ceee3189ff3fa10ae9ab.tar.gz
rails-d505ba03b09ceb8e1152ceee3189ff3fa10ae9ab.tar.bz2
rails-d505ba03b09ceb8e1152ceee3189ff3fa10ae9ab.zip
Merge pull request #23168 from kamipo/avoid_extra_show_variables_in_migration
Avoid extra `show variables` in migration
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/cases/adapters/mysql2/schema_migrations_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activerecord/test/cases/adapters/mysql2/schema_migrations_test.rb b/activerecord/test/cases/adapters/mysql2/schema_migrations_test.rb
index 9a9a4fed42..7c89fda582 100644
--- a/activerecord/test/cases/adapters/mysql2/schema_migrations_test.rb
+++ b/activerecord/test/cases/adapters/mysql2/schema_migrations_test.rb
@@ -33,11 +33,6 @@ class SchemaMigrationsTest < ActiveRecord::Mysql2TestCase
end
end
- def test_key_limit_max_matches_max
- assert_equal ActiveRecord::InternalMetadata::KEY_LIMIT ,ActiveRecord::ConnectionAdapters::Mysql2Adapter::MAX_INDEX_LENGTH_FOR_CHARSETS_OF_4BYTES_MAXLEN
- end
-
-
private
def with_encoding_utf8mb4