From 74f0e42b6a80698f0cf7ccbd4d3bd0e901deb3e2 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Sat, 1 Aug 2026 21:52:29 +0800 Subject: [PATCH] fix(mysql): accept nonstandard column catalogs --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fba8b684a..ba441fd36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4523,7 +4523,7 @@ dependencies = [ [[package]] name = "mysql-common-derive" version = "0.32.2" -source = "git+https://github.com/t8y2/rust_mysql_common.git?rev=77085e91e5081309d585153e3b656ce33bc1fe74#77085e91e5081309d585153e3b656ce33bc1fe74" +source = "git+https://github.com/t8y2/rust_mysql_common.git?rev=47740d85a8277167a5717afac785d37b46a36296#47740d85a8277167a5717afac785d37b46a36296" dependencies = [ "darling", "heck 0.5.0", @@ -4540,7 +4540,7 @@ dependencies = [ [[package]] name = "mysql_async" version = "0.37.0" -source = "git+https://github.com/t8y2/mysql_async.git?rev=2be6e392eb9b06d20dcd2d8ed8eae748d413c9ec#2be6e392eb9b06d20dcd2d8ed8eae748d413c9ec" +source = "git+https://github.com/t8y2/mysql_async.git?rev=b615bb0b10b5975182a4aa069cabc3d09021f6ab#b615bb0b10b5975182a4aa069cabc3d09021f6ab" dependencies = [ "bytes", "crossbeam-queue", @@ -4569,7 +4569,7 @@ dependencies = [ [[package]] name = "mysql_common" version = "0.38.0" -source = "git+https://github.com/t8y2/rust_mysql_common.git?rev=77085e91e5081309d585153e3b656ce33bc1fe74#77085e91e5081309d585153e3b656ce33bc1fe74" +source = "git+https://github.com/t8y2/rust_mysql_common.git?rev=47740d85a8277167a5717afac785d37b46a36296#47740d85a8277167a5717afac785d37b46a36296" dependencies = [ "base64 0.22.1", "bitflags 2.13.1", diff --git a/Cargo.toml b/Cargo.toml index 4343f7309..d6672554f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ postgres-types = { git = "https://github.com/t8y2/tokio-postgres-gaussdb.git", r postgres-protocol = { git = "https://github.com/t8y2/tokio-postgres-gaussdb.git", rev = "115f9fef10f0fc3669b5337955e4eb461fc349a6" } # Temporary compatibility patch for MySQL accounts using the deprecated # sha256_password auth plugin. Remove after upstream support lands. -mysql_async = { git = "https://github.com/t8y2/mysql_async.git", rev = "2be6e392eb9b06d20dcd2d8ed8eae748d413c9ec" } +mysql_async = { git = "https://github.com/t8y2/mysql_async.git", rev = "b615bb0b10b5975182a4aa069cabc3d09021f6ab" } [profile.release] panic = "abort"