Skip to content

Commit

Permalink
Merge pull request #175 from macbre/tests-percona
Browse files Browse the repository at this point in the history
Tests: run using Percona Server too
  • Loading branch information
macbre authored Jul 9, 2020
2 parents 43995b1 + ef84945 commit ca73c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- "mariadb:10.1"
- "mariadb:10.2"
- "mariadb:10.5"
- "percona:8.0.19-10"

services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Analyses your database queries and schema and suggests indices improvements. You
* if run with `--check-empty-databases` switch it:
* report empty databases on the current MySQL server

This tool **supports MySQL 5.7, 8.0 and MariaDB 10.1, 10.2, 10.5** and runs under **Python 3.4+**.
This tool **supports MySQL 5.7, 8.0, [Percona Server](https://www.percona.com/software/mysql-database/percona-server) 8.0 and MariaDB 10.1, 10.2, 10.5** and runs under **Python 3.4+**.

Results can be reported in a human-readable form, as YAML or sent to syslog and later aggregated & processed using ELK stack.

Expand Down

0 comments on commit ca73c9b

Please sign in to comment.