Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mysql_set_server_option(3)     MariaDB Connector/C    mysql_set_server_option(3)

   Name
     mysql_set_server_option - Sets server option

   Synopsis
	    #include <mysql.h>

	    int mysql_set_server_option(MYSQL * mysql,
					enum enum_mysql_set_option);

   Description
     Sets server option.

   Parameters
     * mysql  -  a mysql handle, which was previously allocated by mysql_init(3)
       and connected by mysql_real_connect(3).

     * enum_mysql_set_option - server option (see below)  Server  option,  which
       can be one of the following values:

     Option			 Description
     --------------------------------------------------------
     MYSQL_OPTION_MULTI_STATE-	 Disables   multi  statement
     MENTS_OFF			 support
     MYSQL_OPTION_MULTI_STATE-	 Enable multi statement sup-
     MENTS_ON			 port

   Return value
     Returns zero on success, non-zero on failure.

   See also
     * mysql_real_connect(3)

Version 3.4					      mysql_set_server_option(3)

Want to link to this manual page? Use this URL:
<
https://man.freebsd.org/cgi/man.cgi?query=mysql_set_server_option&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help