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