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