Skip to content

Commit d72d0f2

Browse files
authored
Merge pull request #9093 from b41sh/chore-mysql-packet-read
chore(query): optimize mysql packet read
2 parents 8f0e559 + 4ef3cfd commit d72d0f2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/query/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ metrics = "0.20.1"
103103
naive-cityhash = "0.2.0"
104104
once_cell = "1.15.0"
105105
opendal = { version = "0.22", features = ["layers-tracing", "layers-metrics", "compress"] }
106-
opensrv-mysql = "0.2.0"
106+
opensrv-mysql = { git = "https://github.com/datafuselabs/opensrv", rev = "5e37788" }
107107
openssl = { version = "0.10.41", features = ["vendored"] }
108108
parking_lot = "0.12.1"
109109
petgraph = "0.6.2"

src/query/sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ metrics = "0.20.1"
6969
naive-cityhash = "0.2.0"
7070
once_cell = "1.15.0"
7171
opendal = { version = "0.22", features = ["layers-tracing", "layers-metrics", "compress"] }
72-
opensrv-mysql = "0.2.0"
72+
opensrv-mysql = { git = "https://github.com/datafuselabs/opensrv", rev = "5e37788" }
7373
openssl = { version = "0.10.41", features = ["vendored"] }
7474
parking_lot = "0.12.1"
7575
petgraph = "0.6.2"

0 commit comments

Comments
 (0)