Skip to content

Commit

Permalink
feat(mysql): dbbackup备份恢复支持tokudb #7614
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlook authored and zhangzhw8 committed Oct 28, 2024
1 parent d841c83 commit 1182a27
Show file tree
Hide file tree
Showing 16 changed files with 974 additions and 39 deletions.
2 changes: 1 addition & 1 deletion dbm-services/common/db-resource/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
)
93 changes: 68 additions & 25 deletions dbm-services/common/db-resource/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dbm-services/common/go-pubpkg/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ require (
go.opentelemetry.io/otel/trace v1.27.0
go.uber.org/zap v1.26.0
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
gopkg.in/ini.v1 v1.67.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)

Expand Down Expand Up @@ -92,6 +93,5 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 1182a27

Please sign in to comment.