Browse Source

sqlops: added note to sql_async_query() about core async_workers

- the parameter must be set to enable the async framework used by this
  function

(cherry picked from commit 112e83c2e8b72be04f7ad5b896db0bf3bcbdbe8f)
Daniel-Constantin Mierla 10 years ago
parent
commit
2ee8e8d0a0
1 changed files with 3 additions and 1 deletions
  1. 3 1
      modules/sqlops/doc/sqlops_admin.xml

+ 3 - 1
modules/sqlops/doc/sqlops_admin.xml

@@ -385,7 +385,9 @@ sql_result_free("ra");
 			driver module (e.g., db_mysql). The query is executed in another
 			driver module (e.g., db_mysql). The query is executed in another
 			process and result is not available back to config, thus it should
 			process and result is not available back to config, thus it should
 			be used only for sql statements that don't return values (e.g.,
 			be used only for sql statements that don't return values (e.g.,
-			insert, delete, update...).
+			insert, delete, update...). Note that async_workers core parameter
+			must be set in order to enable the asyncronous framework
+			needed by this function.
 		</para>
 		</para>
 		<itemizedlist>
 		<itemizedlist>
 		<listitem>
 		<listitem>