diff options
Diffstat (limited to 'activerecord/examples')
-rw-r--r-- | activerecord/examples/performance.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/examples/performance.rb b/activerecord/examples/performance.rb index 5450209959..a985cfcb66 100644 --- a/activerecord/examples/performance.rb +++ b/activerecord/examples/performance.rb @@ -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' } |