mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Switch back to mysql for easier comparison
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user