ASF Bugzilla – Attachment 36631 Details for
Bug 63513
Add MariaDB examples to JDBC documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add MariaDB examples to JDBC documentation
Patch63513.patch (text/plain), 2.40 KB, created by
orimarko
on 2019-06-17 12:56:57 UTC
(
hide
)
Description:
Add MariaDB examples to JDBC documentation
Filename:
MIME Type:
Creator:
orimarko
Created:
2019-06-17 12:56:57 UTC
Size:
2.40 KB
patch
obsolete
>Index: xdocs/changes.xml >=================================================================== >--- xdocs/changes.xml (revision 1860925) >+++ xdocs/changes.xml (working copy) >@@ -182,6 +182,9 @@ > > <h3>Documentation</h3> > <ul> >+ <li><bug>63484</bug>Add apache velocity as JSR223 script language. Contributed by Ori Marko (orimarko at gmail.com)</li> >+ <li><bug>6351</bug>Add MariaDB examples to JDBC documentation >+ </li> > </ul> > > <h3>General</h3> >@@ -201,6 +204,7 @@ > <li>Xia Li</li> > <li>Naveen Nandwani (naveen.nandwani at india.nec.com)</li> > <li>Artem Fedorov (artem.fedorov at blazemeter.com)</li> >+ <li>Ori Marko (orimarko at gmail.com)</li> > </ul> > <p>We also thank bug reporters who helped us improve JMeter.</p> > <ul> >@@ -208,6 +212,7 @@ > <li>Brian Tully (brian.tully at acquia.com)</li> > <li>Amer Ghazal (amerghazal at gmail.com)</li> > <li>(stefan at trilobyte-se.de)</li> >+ <li>Ori Marko (orimarko at gmail.com)</li> > </ul> > <p> > Apologies if we have omitted anyone else. >Index: xdocs/usermanual/component_reference.xml >=================================================================== >--- xdocs/usermanual/component_reference.xml (revision 1860925) >+++ xdocs/usermanual/component_reference.xml (working copy) >@@ -1160,6 +1160,8 @@ > <property name="Scripting Language" required="Yes">Name of the JSR223 scripting language to be used. > <note>There are other languages supported than those that appear in the drop-down list. > Others may be available if the appropriate jar is installed in the JMeter lib directory. >+ Notice that adding language as Velocity, you may need to use different syntax for JSR223 variables, e.g. >+ <source>$log.debug( "Hello " + $vars.get("a"));</source> > </note> > </property> > <property name="Script File" required="No">Name of a file to be used as a JSR223 script, if a relative file path is used, then it will be relative to directory referenced by "<code>user.dir</code>" System property</property> >@@ -4061,6 +4063,16 @@ > </dl> > </dd> > </dl> >+ <dt>MariaDB</dt> >+ <dd> >+ <dl> >+ <dt>Driver class</dt> >+ <dd><code>org.mariadb.jdbc.Driver</code></dd> >+ <dt>Database URL</dt> >+ <dd><code>jdbc:mariadb://server[:port]/databaseName[;URLAttributes=value[;…]]</code></dd> >+ </dl> >+ </dd> >+</dl> > <note>The above may not be correct - please check the relevant JDBC driver documentation.</note> > </component> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 63513
: 36631