Class: Mysql::EOFPacket
Overview
Simple EOF packet
Class Method Summary collapse
-
.serialize ⇒ String
Static string to indicate EOF.
Class Method Details
.serialize ⇒ String
Static string to indicate EOF
255 256 257 |
# File 'lib/nose/proxy/mysql.rb', line 255 def self.serialize "\xfe\x00\x00\x00\x00" end |