Skip to content

Commit 39eb421

Browse files
committed
CI: Update help_drv_mysql.t and status badge
1 parent db694e7 commit 39eb421

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Latest Release][release-badge]][release-url]
2-
[![Build Status][travis-badge]][travis-url]
2+
[![Build Status][action-badge]][action-url]
33
[![Debian Packages][deb-badge]][deb-url]
44
[![RPM Packages][rpm-badge]][rpm-url]
55
[![Coverage Status][coveralls-badge]][coveralls-url]
@@ -298,8 +298,8 @@ For more information on SemVer, please visit [http://semver.org/](http://semver.
298298

299299
[coveralls-badge]: https://coveralls.io/repos/github/akopytov/sysbench/badge.svg?branch=master
300300
[coveralls-url]: https://coveralls.io/github/akopytov/sysbench?branch=master
301-
[travis-badge]: https://travis-ci.org/akopytov/sysbench.svg?branch=master
302-
[travis-url]: https://travis-ci.org/akopytov/sysbench?branch=master
301+
[action-url]: https://github.com/akopytov/sysbench/actions/workflows/ci.yml
302+
[action-badge]: https://github.com/akopytov/sysbench/actions/workflows/ci.yml/badge.svg
303303
[license-badge]: https://img.shields.io/badge/license-GPLv2-blue.svg
304304
[license-url]: COPYING
305305
[release-badge]: https://img.shields.io/github/release/akopytov/sysbench.svg

tests/t/help_drv_mysql.t

+16-15
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ Skip test if the MySQL driver is not available.
1010

1111
$ sysbench --help | sed -n '/mysql options:/,/^$/p'
1212
mysql options:
13-
--mysql-host=[LIST,...] MySQL server host [localhost]
14-
--mysql-port=[LIST,...] MySQL server port [3306]
15-
--mysql-socket=[LIST,...] MySQL socket
16-
--mysql-user=STRING MySQL user [sbtest]
17-
--mysql-password=STRING MySQL password []
18-
--mysql-db=STRING MySQL database name [sbtest]
19-
--mysql-ssl* (glob)
20-
--mysql-ssl-key=STRING path name of the client private key file
21-
--mysql-ssl-ca=STRING path name of the CA file
22-
--mysql-ssl-cert=STRING path name of the client public key certificate file
23-
--mysql-ssl-cipher=STRING use specific cipher for SSL connections []
24-
--mysql-compression[=on|off] use compression, if available in the client library [off]
25-
--mysql-debug[=on|off] trace all client library calls [off]
26-
--mysql-ignore-errors=[LIST,...] list of errors to ignore, or "all" [1213,1020,1205]
27-
--mysql-dry-run[=on|off] Dry run, pretend that all MySQL client API calls are successful without executing them [off]
13+
--mysql-host=[LIST,...] MySQL server host [localhost]
14+
--mysql-port=[LIST,...] MySQL server port [3306]
15+
--mysql-socket=[LIST,...] MySQL socket
16+
--mysql-user=STRING MySQL user [sbtest]
17+
--mysql-password=STRING MySQL password []
18+
--mysql-db=STRING MySQL database name [sbtest]
19+
--mysql-ssl=STRING SSL mode. This accepts the same values as the --ssl-mode option in the MySQL client utilities. Disabled by default [disabled]
20+
--mysql-ssl-key=STRING path name of the client private key file
21+
--mysql-ssl-ca=STRING path name of the CA file
22+
--mysql-ssl-cert=STRING path name of the client public key certificate file
23+
--mysql-ssl-cipher=STRING use specific cipher for SSL connections []
24+
--mysql-compression[=on|off] use compression, if available in the client library [off]
25+
--mysql-compression-algorithms=STRING compression algorithms to use [zlib]
26+
--mysql-debug[=on|off] trace all client library calls [off]
27+
--mysql-ignore-errors=[LIST,...] list of errors to ignore, or "all" [1213,1020,1205]
28+
--mysql-dry-run[=on|off] Dry run, pretend that all MySQL client API calls are successful without executing them [off]
2829

0 commit comments

Comments
 (0)