Commit 0f27db3 1 parent fae19ba commit 0f27db3 Copy full SHA for 0f27db3
File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,14 @@ Skip test if the MySQL driver is not available.
8
8
$ sysbench --help | grep -- ' --db-driver'
9
9
--db-driver=STRING specifies database driver to use (' help' to get list of available drivers) [mysql]
10
10
11
- $ sysbench --help | sed -n ' /mysql options:/,/^$/p'
11
+ $ sysbench --help | sed -n ' /mysql options:/,/^$/p' | grep -v ' mysql-ssl[=\[] '
12
12
mysql options:
13
13
--mysql-host=[LIST,...] MySQL server host [localhost]
14
14
--mysql-port=[LIST,...] MySQL server port [3306]
15
15
--mysql-socket =[LIST,...] MySQL socket
16
16
--mysql-user=STRING MySQL user [sbtest]
17
17
--mysql-password=STRING MySQL password []
18
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
19
--mysql-ssl-key=STRING path name of the client private key file
21
20
--mysql-ssl-ca=STRING path name of the CA file
22
21
--mysql-ssl-cert=STRING path name of the client public key certificate file
You can’t perform that action at this time.
0 commit comments