# File lib/active_record/vendor/mysql.rb, line 348
  def shutdown()
    command COM_SHUTDOWN
    self
  end