# File lib/active_record/vendor/mysql.rb, line 332
  def refresh(r)
    command COM_REFRESH, r.chr
    self
  end