Skip to content

Commit

Permalink
Fix mysql not supported error on server binary (cadence-workflow#2832)
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng authored and wxing1292 committed Nov 16, 2019
1 parent edf871d commit 658758a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/server/cadence.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ import (
"github.com/uber/cadence/common/service/config"
"github.com/uber/cadence/tools/cassandra"
"github.com/uber/cadence/tools/sql"
_ "github.com/uber/cadence/tools/sql-extensions/mysql" // needed to load mysql extensions
_ "github.com/uber/cadence/tools/sql-extensions/postgres" // needed to load postgres extensions
)

// validServices is the list of all valid cadence services
Expand Down

0 comments on commit 658758a

Please sign in to comment.