25.2.3.61. mysql_set_server_option()
int mysql_set_server_option(MYSQL *mysql, enum
enum_mysql_set_option option)
Description
Enables or disables an option for the connection.
option
can have one of the following
values:
Return Values
Zero for success. Non-zero if an error occurred.
Errors
-
CR_COMMANDS_OUT_OF_SYNC
Commands were executed in an improper order.
-
CR_SERVER_GONE_ERROR
The MySQL server has gone away.
-
CR_SERVER_LOST
The connection to the server was lost during the query.
-
ER_UNKNOWN_COM_ERROR
The server didn't support
mysql_set_server_option()
(which is the
case that the server is older than 4.1.1) or the server
didn't support the option one tried to set.