1mysql_options4(3)             MariaDB Connector/C            mysql_options4(3)
2
3
4
5   Name
6       mysql_options4  - Used to set extra connect options and affect behavior
7       of a connection
8
9   Synopsis
10              #include <mysql.h>
11
12              int mysql_options4(MYSQL * mysql,
13                                enum mysql_option,
14                                const void * arg1,
15                                const void * arg2);
16
17   Description
18       Used to set extra connect options and affect behavior for a connection.
19       This  function  may  be  called  multiple times to set several options.
20       mysql_options() should be called after mysql_init(3).
21
22   Notes
23       This function is deprecated, new implementations should  use  mysql_op‐
24       tionsv(3) api function instead.
25
26   Options
27       An  overview of the possible options can be found in the description of
28       the mysql_optionsv(3) API function.
29
30   See Also
31       mysql_init(3) mysql_optionsv(3) *mysql_real_connect(3)
32
33
34
35Version 3.2.2                                                mysql_options4(3)
Impressum