# File lib/active_record/vendor/mysql.rb, line 236
  def close()
    @status = :STATUS_READY
    command COM_QUIT, nil, true
    @net.close
    self
  end