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