Skip to content

Commit

Permalink
fix(cli): add compatibility with MySQL 8
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Oct 7, 2024
1 parent 09b77c5 commit a78c38e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-owls-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@datatruck/cli": patch
---

Fix MySQL task
2 changes: 2 additions & 0 deletions packages/cli/src/utils/mysql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ export async function createMysqlCli(options: MysqlCliOptions) {
"--no-data",
"--no-create-db",
"--skip-opt",
// https://jira.mariadb.org/browse/MDEV-35091
"--create-options",
]
: []),
...(input.items || []),
Expand Down

0 comments on commit a78c38e

Please sign in to comment.