DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mysql_set_server_option

Info Catalog (mysql.info.gz) mysql_select_db (mysql.info.gz) C API functions (mysql.info.gz) mysql_shutdown
 
 22.2.3.53 `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:
 
 MYSQL_OPTION_MULTI_STATEMENTS_ONEnable multi statement support.
 MYSQL_OPTION_MULTI_STATEMENTS_OFFDisable multi statement support.
 
 This function was added in MySQL 4.1.1.
 
 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.
 
Info Catalog (mysql.info.gz) mysql_select_db (mysql.info.gz) C API functions (mysql.info.gz) mysql_shutdown
automatically generated byinfo2html