# File lib/active_record/vendor/mysql.rb, line 316
  def ping()
    command COM_PING
    self
  end