# File lib/active_record/vendor/mysql.rb, line 273
  def kill(id)
    command COM_PROCESS_KILL, Net::int4str(id)
    self
  end