class Mysql::EOFPacket

Simple EOF packet

Public Class Methods

serialize() click to toggle source

Static string to indicate EOF @return [String]

# File lib/nose/proxy/mysql.rb, line 255
def self.serialize
  "\xfe\x00\x00\x00\x00"
end