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

mysql表空间查看支持所有的表 #1672

Merged
merged 2 commits into from
Jul 12, 2022
Merged

mysql表空间查看支持所有的表 #1672

merged 2 commits into from
Jul 12, 2022

Conversation

weideguo
Copy link
Collaborator

之前写死只能查看前14张表,改成支持查看所有表。

@codecov
Copy link

codecov bot commented Jul 12, 2022

Codecov Report

Merging #1672 (f57ee21) into master (5cd9048) will decrease coverage by 0.00%.
The diff coverage is 62.50%.

@@            Coverage Diff             @@
##           master    #1672      +/-   ##
==========================================
- Coverage   76.21%   76.20%   -0.01%     
==========================================
  Files          91       91              
  Lines       14293    14306      +13     
==========================================
+ Hits        10893    10902       +9     
- Misses       3400     3404       +4     
Impacted Files Coverage Δ
sql/db_diagnostic.py 16.90% <0.00%> (-0.49%) ⬇️
sql/engines/mysql.py 83.00% <100.00%> (+0.16%) ⬆️
sql/engines/tests.py 99.77% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5cd9048...f57ee21. Read the comment docs.

Copy link
Owner

@hhyo hhyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这块估计得加个缓存,表多频繁查容易拉跪了

@hhyo hhyo merged commit 0dbba0e into hhyo:master Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants