Skip to content

Commit

Permalink
sqlops: docs for connect_mode parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 30, 2018
1 parent 2df43b9 commit 6c1c70b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/modules/sqlops/doc/sqlops_admin.xml
Expand Up @@ -191,6 +191,27 @@ modparam("sqlops", "sqlres", "ra")
...
modparam("sqlops", "tr_buf_size", 4096)
...
</programlisting>
</example>
</section>
<section id="sqlops.p.connect_mode">
<title><varname>connect_mode</varname> (int)</title>
<para>
Control if the module must stop loading when connecting to database
server fails during start up. Values: 0 - stop loading; 1 - continue
even if connecting to database server fails.
</para>
<para>
<emphasis>
Default value is 0.
</emphasis>
</para>
<example>
<title>Set <varname>connect_mode</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("sqlops", "connect_mode", 1)
...
</programlisting>
</example>
</section>
Expand Down

0 comments on commit 6c1c70b

Please sign in to comment.