Skip to content

Commit

Permalink
Further remove em-synchrony and mysql files.
Browse files Browse the repository at this point in the history
They are no officially unsupported. Please use mysql2.
  • Loading branch information
zdennis committed Feb 26, 2016
1 parent fd6427c commit 6dae70c
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 60 deletions.
2 changes: 1 addition & 1 deletion benchmarks/lib/cli_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def self.print_valid_table_types( options, hsh={:prefix=>''} )

def self.parse( args )
options = OpenStruct.new(
:adapter => 'mysql',
:adapter => 'mysql2',
:table_types => {},
:delete_on_finish => true,
:number_of_objects => [],
Expand Down

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion lib/activerecord-import/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module ActiveRecord::Import

def self.base_adapter(adapter)
case adapter
when 'mysqlspatial' then 'mysql'
when 'mysql2spatial' then 'mysql2'
when 'spatialite' then 'sqlite3'
when 'postgis' then 'postgresql'
Expand Down
7 changes: 0 additions & 7 deletions lib/activerecord-import/em_mysql2.rb

This file was deleted.

7 changes: 0 additions & 7 deletions lib/activerecord-import/mysql.rb

This file was deleted.

6 changes: 0 additions & 6 deletions test/em_mysql2/import_test.rb

This file was deleted.

5 changes: 0 additions & 5 deletions test/mysql/import_test.rb

This file was deleted.

6 changes: 0 additions & 6 deletions test/mysqlspatial/import_test.rb

This file was deleted.

13 changes: 0 additions & 13 deletions test/support/em-synchrony_extensions.rb

This file was deleted.

0 comments on commit 6dae70c

Please sign in to comment.