• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

akopytov / sysbench / 853
75%

Build:
DEFAULT BRANCH: master
Ran 31 Mar 2018 05:44PM UTC
Jobs 1
Files 54
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
853

push

travis-ci

akopytov
Make --mysql-ssl behave like --ssl-mode in MySQL client utilities.

The problem with MySQL 5.7+ client libraries was that there was no way
to disable SSL usage from the sysbench command line, because the client
library defaults to MYSQL_OPT_SSL_MODE = SSL_MODE_REQUIRED, even if
--mysql-ssl is not used. So the only way to disable it was disabling SSL
on the server.

Now --mysql-ssl behaves like the --ssl-mode option in MySQL client
utilities. It accepts the following values (with "disabled" being the
default):

disabled, preferred, required, verify_ca, verify_identity.

When sysbench is built With pre-5.6 MySQL client libraries or MariaDB
client libraries, where support for SSL modes is not available,
--mysql-ssl behavior is not affected by this change, i.e. it remains a
boolean variable accepting the on/off values, with "off" being the
default.

3118 of 4228 relevant lines covered (73.75%)

3426098.55 hits per line

Jobs
ID Job ID Ran Files Coverage
3 853.3 (TARGET=coverage) 31 Mar 2018 05:44PM UTC 0
73.75
Travis Job 853.3
Source Files on build 853
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #853
  • e5c80520 on github
  • Prev Build on master (#852)
  • Next Build on master (#855)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc