From 626986b7f810d55547a6c9bbf489a28302007e46 Mon Sep 17 00:00:00 2001 From: xfwduke Date: Wed, 22 Jan 2025 11:55:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(mysql):=20drs=20=E8=AF=AF=E5=88=A4=20desc?= =?UTF-8?q?=20=E4=B8=BA=20execute=20#9182?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/db-remote-service/pkg/rpc_implement/mysql_rpc/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dbm-services/mysql/db-remote-service/pkg/rpc_implement/mysql_rpc/init.go b/dbm-services/mysql/db-remote-service/pkg/rpc_implement/mysql_rpc/init.go index 4b68ed76fb..d64e181dac 100644 --- a/dbm-services/mysql/db-remote-service/pkg/rpc_implement/mysql_rpc/init.go +++ b/dbm-services/mysql/db-remote-service/pkg/rpc_implement/mysql_rpc/init.go @@ -5,6 +5,7 @@ var genericDoQueryCommand = []string{ "explain", "select", "show", + "desc", } var doQueryParseCommands = []string{