Skip to content

Structure

MySQLProtocol.OK_Packet

14.1.3.1 OK_Packet
struct OK_Packet

Overview

An OK packet is sent from the server to the client to signal successful completion of a command. As of MySQL 5.7.5, OK packes are also used to indicate EOF, and EOF packets are deprecated.

If CLIENT_PROTOCOL_41 is set, the packet contains a warning count.

Topics

Instance Properties

Type Methods

Enumerations

Relationships

Conforms To