Method: Mysql#stat

Defined in:
lib/vendor/mysql.rb

#statString

Returns statistics message.

Returns:

  • (String)

    statistics message



478
479
480
# File 'lib/vendor/mysql.rb', line 478

def stat
  @protocol ? @protocol.statistics_command : 'MySQL server has gone away'
end