Name
mysql_set_server_option()
Synopsis
int mysql_set_server_option(MYSQL *mysql,
enum mysql_set_option option)Use this function to enable or disable a server option. The
only options currently available are
MYSQL_OPTION_MULTI_STATEMENTS_ON and
MYSQL_OPTION_MULTI_STATEMENTS_OFF, to enable and
disable multiple SQL statements, respectively. It returns 0 if
successful, and a nonzero value if not.