Switch back to mysql for easier comparison

This commit is contained in:
Jeremy Kemper 2010-09-09 21:40:20 -07:00
parent a11dd8ac87
commit be9831ceb1
1 changed files with 1 additions and 1 deletions

View File

@ -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' }