Skip to content

Commit 351af39

Browse files
committed
Remove not used show databases
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent aaa5c48 commit 351af39

File tree

2 files changed

+0
-87
lines changed

2 files changed

+0
-87
lines changed

src/query/service/src/interpreters/interpreter_show_databases.rs

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/query/service/src/interpreters/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ mod interpreter_share_grant_object;
5858
mod interpreter_share_revoke_object;
5959
mod interpreter_share_show;
6060
mod interpreter_share_show_grant_tenants;
61-
mod interpreter_show_databases;
6261
mod interpreter_show_functions;
6362
mod interpreter_show_grants;
6463
mod interpreter_show_metrics;
@@ -146,7 +145,6 @@ pub use interpreter_share_grant_object::GrantShareObjectInterpreter;
146145
pub use interpreter_share_revoke_object::RevokeShareObjectInterpreter;
147146
pub use interpreter_share_show::ShowSharesInterpreter;
148147
pub use interpreter_share_show_grant_tenants::ShowGrantTenantsOfShareInterpreter;
149-
pub use interpreter_show_databases::ShowDatabasesInterpreter;
150148
pub use interpreter_show_functions::ShowFunctionsInterpreter;
151149
pub use interpreter_show_grants::ShowGrantsInterpreter;
152150
pub use interpreter_show_metrics::ShowMetricsInterpreter;

0 commit comments

Comments
 (0)