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

FreeBSD Manual Pages

  
 
  

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

   Name
       mysql_options  -	 Used to set extra connect options and affect behavior
       of a connection

   Synopsis
	      #include <mysql.h>

	      int mysql_options(MYSQL *	mysql,
				enum mysql_option,
				const void * arg);

   Description
       Used to set extra connect options and affect behavior for a connection.
       This function may be called multiple  times  to	set  several  options.
       mysql_options() should be called	after mysql_init(3).

   Notes
       This  function  is deprecated, new implementations should use mysql_op-
       tionsv(3) api function instead.

   Options
       An overview of the possible options can be found	in the description  of
       the mysql_optionsv(3) API function.

   See Also
       mysql_init(3) mysql_optionsv(3) *mysql_real_connect(3)

Version	3.4						      mysql_options(3)

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

home | help