Skip to content

Commit

Permalink
add percona xtra cluster support
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Feb 26, 2021
1 parent 806310b commit 677739f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
samples/*
*.log
*.notes
main
main
slowql-replayer
2 changes: 2 additions & 0 deletions cmd/slowql-replayer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ func (o options) createDB() (*database, error) {
switch strings.ToLower(o.kind) {
case "mysql":
db.kind = slowql.MySQL
case "pxc":
db.kind = slowql.PCX
case "mariadb":
db.kind = slowql.MariaDB
default:
Expand Down

0 comments on commit 677739f

Please sign in to comment.