File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 6767 <entry ><constant >MYSQLI_OPT_LOCAL_INFILE</constant ></entry >
6868 <entry >Enable/disable use of <literal >LOAD LOCAL INFILE</literal ></entry >
6969 </row >
70+ <row >
71+ <entry ><constant >MYSQLI_OPT_LOAD_DATA_LOCAL_DIR</constant ></entry >
72+ <entry >
73+ Directory to be used for <literal >LOAD DATA LOCAL INFILE</literal >.
74+ </entry >
75+ </row >
7076 <row >
7177 <entry ><constant >MYSQLI_INIT_COMMAND</constant ></entry >
7278 <entry >Command to execute after when connecting to MySQL server</entry >
123129 Whether to verify server certificate or not.
124130 </entry >
125131 </row >
132+ <row >
133+ <entry ><constant >MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS</constant ></entry >
134+ <entry >
135+ Whether the client should accept expired passwords.
136+ </entry >
137+ </row >
138+ <row >
139+ <entry ><literal >1</literal ></entry >
140+ <entry >
141+ Whether to use network communication compression.
142+ </entry >
143+ </row >
126144 </tbody >
127145 </tgroup >
128146 </table >
You can’t perform that action at this time.
0 commit comments