Method: Mysql#stat
- Defined in:
- lib/vendor/mysql.rb
#stat ⇒ String
Returns statistics message.
478 479 480 |
# File 'lib/vendor/mysql.rb', line 478 def stat @protocol ? @protocol.statistics_command : 'MySQL server has gone away' end |