You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2014/11/27 18:01:31 UTC

svn commit: r1642189 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: sebb
Date: Thu Nov 27 17:01:30 2014
New Revision: 1642189

URL: http://svn.apache.org/r1642189
Log:
Tweak

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1642189&r1=1642188&r2=1642189&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Nov 27 17:01:30 2014
@@ -523,10 +523,10 @@ the additional variables for rows 4, 5 a
         <property name="Query Type" required="Yes">Set this according to the statement type:
             <ul>
             <li>Select Statement</li>
-            <li>Update Statement - use this for Inserts as well</li>
+            <li>Update Statement - use this for Inserts and Deletes as well</li>
             <li>Callable Statement</li>
             <li>Prepared Select Statement</li>
-            <li>Prepared Update Statement - use this for Inserts as well</li>
+            <li>Prepared Update Statement - use this for Inserts and Deletes as well</li>
             <li>Commit</li>
             <li>Rollback</li>
             <li>Autocommit(false)</li>