This command configures client-specific options for the current connection, such as enabling or disabling multi-statements.
Enables or disables server option.
int<1> 0x1B COM_SET_OPTION .
0x1B
COM_SET_OPTION
int<2> option.
MYSQL_OPTION_MULTI_STATEMENTS_ON
0
MYSQL_OPTION_MULTI_STATEMENTS_OFF
1
EOF Packet on success or ERR packet.
This page is licensed: CC BY-SA / Gnu FDL
Last updated 4 months ago
Was this helpful?