This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 5d51e1279f4f1f9b23fec58b214d2610a1cae0eb Author: Felix Schumacher <[email protected]> AuthorDate: Mon Jun 17 18:22:34 2019 +0200 Add MariaDB to the list of verification statements --- xdocs/usermanual/component_reference.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml index c01388b..c92ad1d 100644 --- a/xdocs/usermanual/component_reference.xml +++ b/xdocs/usermanual/component_reference.xml @@ -3956,7 +3956,7 @@ instead. (see figures 12 and 13).</p> <dt>hsqldb</dt><dd><code>select 1 from INFORMATION_SCHEMA.SYSTEM_USERS</code></dd> <dt>Oracle</dt><dd><code>select 1 from dual</code></dd> <dt>DB2</dt><dd><code>select 1 from sysibm.sysdummy1</code></dd> - <dt>MySQL</dt><dd><code>select 1</code></dd> + <dt>MySQL or MariaDB</dt><dd><code>select 1</code></dd> <dt>Microsoft SQL Server (MS JDBC driver)</dt><dd><code>select 1</code></dd> <dt>PostgreSQL</dt><dd><code>select 1</code></dd> <dt>Ingres</dt><dd><code>select 1</code></dd>
