Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: support show dropped database / show databases history #16801

Closed
dantengsky opened this issue Nov 11, 2024 · 0 comments · Fixed by #16811
Closed

Feature: support show dropped database / show databases history #16801

dantengsky opened this issue Nov 11, 2024 · 0 comments · Fixed by #16811
Labels
C-feature Category: feature

Comments

@dantengsky
Copy link
Member

dantengsky commented Nov 11, 2024

Summary

create database db;
use db;
....
drop database db;

-- expect database db shown
show databases history; -- or show dropped database

@dantengsky dantengsky added the C-feature Category: feature label Nov 11, 2024
@dantengsky dantengsky changed the title Feature: no dropped databases in system.tables_with_history Feature: support show dropped database / show databases history Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant