DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-set-server-option

Info Catalog (mysql.info) mysql-set-character-set (mysql.info) c-api-functions (mysql.info) mysql-shutdown
 
 22.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:
 
 MYSQL_OPTION_MULTI_STATEMENTS_ONEnable multi statement support.
 MYSQL_OPTION_MULTI_STATEMENTS_OFFDisable multi statement support.
 
 *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) mysql-set-character-set (mysql.info) c-api-functions (mysql.info) mysql-shutdown
automatically generated byinfo2html