Bug 63513 - Add MariaDB examples to JDBC documentation
Summary: Add MariaDB examples to JDBC documentation
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: All All
: P2 minor (vote)
Target Milestone: JMETER_5.2
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2019-06-17 12:53 UTC by orimarko
Modified: 2019-06-17 16:27 UTC (History)
1 user (show)



Attachments
Add MariaDB examples to JDBC documentation (2.40 KB, patch)
2019-06-17 12:56 UTC, orimarko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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[;…]]
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