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