Skip to content

Commit

Permalink
fix(core/services/mysql): Fix mysql Capability (#5067)
Browse files Browse the repository at this point in the history
fix

Co-authored-by: lizhenglei <673421862@qq.com>
  • Loading branch information
jackyyyyyssss and q3356564 authored Aug 29, 2024
1 parent f6110ac commit 520fdcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/services/mysql/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ impl kv::Adapter for Adapter {
Capability {
read: true,
write: true,
delete: true,
..Default::default()
},
)
Expand Down

0 comments on commit 520fdcb

Please sign in to comment.