This shows you the differences between two versions of the page.
|
c:mysql:mysql.h:mysql_set_server_option [2013/02/26 01:00] Daniel Gohlke [mysql_set_server_option] |
c:mysql:mysql.h:mysql_set_server_option [2024/02/16 01:12] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| int mysql_set_server_option(MYSQL *mysql, enum enum_mysql_set_option option) | int mysql_set_server_option(MYSQL *mysql, enum enum_mysql_set_option option) | ||
| </code> | </code> | ||
| + | |||
| + | ^ 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 ==== | ==== description of mysql_set_server_option ==== | ||