Skip to content

Commit e309a62

Browse files
Document all available options for mysqli::options (#5174)
1 parent 35752f0 commit e309a62

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

reference/mysqli/mysqli/options.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
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>
@@ -123,6 +129,18 @@
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>

0 commit comments

Comments
 (0)