mirror of https://github.com/rails/rails
Switch back to mysql for easier comparison
This commit is contained in:
parent
a11dd8ac87
commit
be9831ceb1
|
@ -14,7 +14,7 @@ require 'rbench'
|
|||
require File.expand_path("../../../load_paths", __FILE__)
|
||||
require "active_record"
|
||||
|
||||
conn = { :adapter => 'mysql2',
|
||||
conn = { :adapter => 'mysql',
|
||||
:database => 'activerecord_unittest',
|
||||
:username => 'rails', :password => '',
|
||||
:encoding => 'utf8' }
|
||||
|
|
Loading…
Reference in New Issue