Skip to content

Type Property

CLIENT_DEPRECATE_EOF

Server: Can send OK after a Text Resultset. Client: Expects an OK (instead of EOF) after the resultset rows of a Text Resultset. To support CLIENT_SESSION_TRACK, additional information must be sent after all successful commands. Although the OK packet is extensible, the EOF packet is not due to the overlap of its bytes with the content of the Text Resultset Row. Therefore, the EOF packet in the Text Resultset is replaced with an OK packet. EOF packets are deprecated as of MySQL 5.7.5.
static var CLIENT_DEPRECATE_EOF: MySQLProtocol.CapabilityFlags { get }