Jelajahi Sumber

acc: extended documentation for db_insert_mode parameter

- if set to 2, async insert operation is used to store the acc record in
  database table
Daniel-Constantin Mierla 11 tahun lalu
induk
melakukan
c92ec42ac0
2 mengubah file dengan 7 tambahan dan 0 penghapusan
  1. 3 0
      modules/acc/README
  2. 4 0
      modules/acc/doc/acc_admin.xml

+ 3 - 0
modules/acc/README

@@ -1113,6 +1113,9 @@ modparam("acc", "db_extra", "ct=$hdr(Content-type); email=$avp(s:email)")
    InnoDB engine doesn't support INSERT DELAYED, thus be sure the acc
    InnoDB engine doesn't support INSERT DELAYED, thus be sure the acc
    tables are defined with different type (e.g., MyISAM).
    tables are defined with different type (e.g., MyISAM).
 
 
+   If set to 2, async insert is used if the db driver module has support
+   for it. If not, then standard INSERT is used.
+
    Default value is 0 (no INSERT DELAYED).
    Default value is 0 (no INSERT DELAYED).
 
 
    Example 1.32. db_insert_mode example
    Example 1.32. db_insert_mode example

+ 4 - 0
modules/acc/doc/acc_admin.xml

@@ -1098,6 +1098,10 @@ modparam("acc", "db_extra", "ct=$hdr(Content-type); email=$avp(s:email)")
 		the acc tables are defined with different type (e.g., MyISAM).
 		the acc tables are defined with different type (e.g., MyISAM).
 		</para>
 		</para>
 		<para>
 		<para>
+		If set to 2, async insert is used if the db driver module has
+		support for it. If not, then standard INSERT is used.
+		</para>
+		<para>
 		Default value is 0 (no INSERT DELAYED).
 		Default value is 0 (no INSERT DELAYED).
 		</para>
 		</para>
 		<example>
 		<example>