Ver código fonte

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 anos atrás
pai
commit
2ee8e8d0a0
1 arquivos alterados com 3 adições e 1 exclusões
  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
 			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.,
-			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>
 		<itemizedlist>
 		<listitem>