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