Bug 63513

Summary: Add MariaDB examples to JDBC documentation
Product: JMeter - Now in Github Reporter: orimarko <orimarko>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: minor CC: orimarko
Priority: P2 Keywords: FixedInTrunk
Version: unspecified   
Target Milestone: JMETER_5.2   
Hardware: All   
OS: All   
Attachments: Add MariaDB examples to JDBC documentation

Description orimarko 2019-06-17 12:53:13 UTC
In JDBC Connection Configuration there's missing MariaDB example 

Should add:

Driver class:org.mariadb.jdbc.Driver
Database URL:jdbc:mariadb://server[:port]/databaseName[;URLAttributes=value[;&hellip;]]
Comment 1 orimarko 2019-06-17 12:56:57 UTC
Created attachment 36631 [details]
Add MariaDB examples to JDBC documentation
Comment 2 Felix Schumacher 2019-06-17 16:27:22 UTC
Thanks for the patch.

The patch contained your other doc patch (which was nice, as it reminded me of the other open bug, but not so nice, as it mixed two different concerns ;)

The online version will be visible with the next release of JMeter (probably 5.2)

commit c8ae21188c2cd315e89730c4625a3f00a44bf089
AuthorDate: Mon Jun 17 18:11:49 2019 +0200

    Add MariaDB examples to JDBC documentation
    
    Contributed by Ori Marko (orimarko at gmail.com)
    Bugzilla Id: 63513
---
 xdocs/changes.xml                        | 2 ++
 xdocs/usermanual/component_reference.xml | 9 +++++++++
 2 files changed, 11 insertions(+)
Comment 3 The ASF infrastructure team 2022-09-24 20:38:17 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5104