# File lib/active_record/vendor/mysql.rb, line 342
  def select_db(db)
    command COM_INIT_DB, db
    @db = db
    self
  end