File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 14
14
<methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >handler</parameter ><initializer >&null; </initializer ></methodparam >
15
15
<methodparam choice =" opt" ><type >int</type ><parameter >permission</parameter ><initializer >0644</initializer ></methodparam >
16
16
<methodparam choice =" opt" ><type >int</type ><parameter >map_size</parameter ><initializer >0</initializer ></methodparam >
17
+ <methodparam choice =" opt" ><type class =" union" ><type >int</type ><type >null</type ></type ><parameter >flags</parameter ><initializer >&null; </initializer ></methodparam >
17
18
</methodsynopsis >
18
19
<para >
19
20
<function >dba_open</function > establishes a database instance for
205
206
</para >
206
207
</listitem >
207
208
</varlistentry >
209
+ <varlistentry >
210
+ <term ><parameter >flags</parameter ></term >
211
+ <listitem >
212
+ <para >
213
+ Allows to pass flags to the DB drivers. Currently, only LMDB with
214
+ <constant >DBA_LMDB_USE_SUB_DIR</constant > and <constant >DBA_LMDB_NO_SUB_DIR</constant > are supported.
215
+ </para >
216
+ </listitem >
217
+ </varlistentry >
208
218
</variablelist >
209
219
</para >
210
220
</refsect1 >
227
237
</row >
228
238
</thead >
229
239
<tbody >
240
+ <row >
241
+ <entry >8.2.0</entry >
242
+ <entry >
243
+ <parameter >flags</parameter > is added.
244
+ </entry >
245
+ </row >
230
246
<row >
231
247
<entry >8.1.0</entry >
232
248
<entry >
Original file line number Diff line number Diff line change 14
14
<methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >handler</parameter ><initializer >&null; </initializer ></methodparam >
15
15
<methodparam choice =" opt" ><type >int</type ><parameter >permission</parameter ><initializer >0644</initializer ></methodparam >
16
16
<methodparam choice =" opt" ><type >int</type ><parameter >map_size</parameter ><initializer >0</initializer ></methodparam >
17
+ <methodparam choice =" opt" ><type class =" union" ><type >int</type ><type >null</type ></type ><parameter >flags</parameter ><initializer >&null; </initializer ></methodparam >
17
18
</methodsynopsis >
18
19
<para >
19
20
<function >dba_popen</function > establishes a persistent database instance
99
100
</para >
100
101
</listitem >
101
102
</varlistentry >
103
+ <varlistentry >
104
+ <term ><parameter >flags</parameter ></term >
105
+ <listitem >
106
+ <para >
107
+ Allows to pass flags to the DB drivers. Currently, only LMDB with
108
+ <constant >DBA_LMDB_USE_SUB_DIR</constant > and <constant >DBA_LMDB_NO_SUB_DIR</constant > are supported.
109
+ </para >
110
+ </listitem >
111
+ </varlistentry >
102
112
</variablelist >
103
113
</para >
104
114
</refsect1 >
121
131
</row >
122
132
</thead >
123
133
<tbody >
134
+ <row >
135
+ <entry >8.2.0</entry >
136
+ <entry >
137
+ <parameter >flags</parameter > is added.
138
+ </entry >
139
+ </row >
124
140
<row >
125
141
<entry >8.1.0</entry >
126
142
<entry >
You can’t perform that action at this time.
0 commit comments