====== mysql_set_server_option ======
int mysql_set_server_option(MYSQL *mysql, enum enum_mysql_set_option option)
^ Option ^ Description ^
|MYSQL_OPTION_MULTI_STATEMENTS_ON |Enable multiple-statement support|
|MYSQL_OPTION_MULTI_STATEMENTS_OFF |Disable multiple-statement support|
==== description of mysql_set_server_option ====
mysql_set_server_option is in work by code-reference.com \\
if you are faster... don't hasitate and add it
no example at the moment
===== output of mysql_set_server_option c example =====
no example at the moment