Class: Mysql::EOFPacket

Inherits:
Object show all
Defined in:
lib/nose/proxy/mysql.rb

Overview

Simple EOF packet

Class Method Summary collapse

Class Method Details

.serializeString

Static string to indicate EOF

Returns:

  • (String)


255
256
257
# File 'lib/nose/proxy/mysql.rb', line 255

def self.serialize
  "\xfe\x00\x00\x00\x00"
end